UPlatformInterfaceBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UPlatformInterfaceBase > UObject namespace UMicroTransactionBase { constexpr auto AvailableProducts = 0x38; // TArray<FPurchaseInfo> constexpr auto LastError = 0x48; // FString constexpr auto LastErrorSolution = 0x58; // FString } } }
public static class Offsets { public static class Classes { // Inheritance: UPlatformInterfaceBase > UObject public static class UMicroTransactionBase { public const byte AvailableProducts = 0x38; // TArray<FPurchaseInfo> public const byte LastError = 0x48; // FString public const byte LastErrorSolution = 0x58; // FString } } }