UPlatformInterfaceBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UPlatformInterfaceBase > UObject namespace UMicroTransactionBase { constexpr auto AvailableProducts = 0x80; // TArray constexpr auto LastError = 0x90; // FString constexpr auto LastErrorSolution = 0xa0; // FString } } }
public static class Offsets { public static class Classes { // Inheritance: UPlatformInterfaceBase > UObject public static class UMicroTransactionBase { public const byte AvailableProducts = 0x80; // TArray public const byte LastError = 0x90; // FString public const byte LastErrorSolution = 0xa0; // FString } } }