UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UTextPropertyTestObject { constexpr auto DefaultedText = 0x28; // FText constexpr auto UndefaultedText = 0x40; // FText constexpr auto TransientText = 0x58; // FText } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UTextPropertyTestObject { public const byte DefaultedText = 0x28; // FText public const byte UndefaultedText = 0x40; // FText public const byte TransientText = 0x58; // FText } } }