Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UPlatformInterfaceBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UPlatformInterfaceBase > UObject namespace UInGameAdManager { constexpr auto bShouldPauseWhileAdOpen = 0x38; // char : 1 constexpr auto ClickedBannerDelegates = 0x40; // TArray<FDelegate> constexpr auto ClosedAdDelegates = 0x50; // TArray<FDelegate> } } }
public static class Offsets { public static class Classes { // Inheritance: UPlatformInterfaceBase > UObject public static class UInGameAdManager { public const byte bShouldPauseWhileAdOpen = 0x38; // char : 1 public const byte ClickedBannerDelegates = 0x40; // TArray<FDelegate> public const byte ClosedAdDelegates = 0x50; // TArray<FDelegate> } } }