UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UVariant { constexpr auto Dependencies = 0x28; // TArray constexpr auto DisplayText = 0x38; // FText constexpr auto ObjectBindings = 0x68; // TArray constexpr auto Thumbnail = 0x78; // UTexture2D* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UVariant { public const byte Dependencies = 0x28; // TArray public const byte DisplayText = 0x38; // FText public const byte ObjectBindings = 0x68; // TArray public const byte Thumbnail = 0x78; // UTexture2D* } } }