UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_LoadoutItem { constexpr auto m_dwItemId = 0x64; // Fdword constexpr auto m_dwCount = 0x68; // Fdword constexpr auto m_dwSortOrder = 0x6c; // Fdword constexpr auto m_dwLoadoutItemType = 0x70; // Fdword constexpr auto m_qwLoadoutItemId = 0x74; // FQWord constexpr auto m_pOwningLoadout = 0x7c; // UUIData_Loadout* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_LoadoutItem { public const byte m_dwItemId = 0x64; // Fdword public const byte m_dwCount = 0x68; // Fdword public const byte m_dwSortOrder = 0x6c; // Fdword public const byte m_dwLoadoutItemType = 0x70; // Fdword public const byte m_qwLoadoutItemId = 0x74; // FQWord public const byte m_pOwningLoadout = 0x7c; // UUIData_Loadout* } } }