UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UCharacterInfo { constexpr auto DisplayName = 0x28; // FText constexpr auto ShortDisplayName = 0x40; // FText constexpr auto SpeakerGender = 0x58; // ECharacterGender } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UCharacterInfo { public const byte DisplayName = 0x28; // FText public const byte ShortDisplayName = 0x40; // FText public const byte SpeakerGender = 0x58; // ECharacterGender } } }