UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_LoadoutPrebuilt { constexpr auto VfTable_IUIData_LoadoutInterface = 0x64; // FPointer constexpr auto m_dwBotId = 0x6c; // Fdword constexpr auto m_dwSortOrder = 0x70; // Fdword constexpr auto m_sName = 0x74; // FString constexpr auto m_sDesc = 0x84; // FString constexpr auto m_bTemplate = 0x94; // uint32_t : 1 constexpr auto m_LoadoutItems = 0x98; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_LoadoutPrebuilt { public const byte VfTable_IUIData_LoadoutInterface = 0x64; // FPointer public const byte m_dwBotId = 0x6c; // Fdword public const byte m_dwSortOrder = 0x70; // Fdword public const byte m_sName = 0x74; // FString public const byte m_sDesc = 0x84; // FString public const byte m_bTemplate = 0x94; // uint32_t : 1 public const byte m_LoadoutItems = 0x98; // TArray } } }