UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_LoadoutCategory { constexpr auto m_sName = 0x64; // FString constexpr auto m_pItem = 0x74; // UUIDataItem* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_LoadoutCategory { public const byte m_sName = 0x64; // FString public const byte m_pItem = 0x74; // UUIDataItem* } } }