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)
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 } } }