UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_LastDamageDoneInstance { constexpr auto m_dwCount = 0x64; // Fdword constexpr auto m_dwDamage = 0x68; // Fdword constexpr auto m_dwDamageTypeId = 0x6c; // Fdword constexpr auto m_dwSourceDeviceId = 0x70; // Fdword constexpr auto m_dwFireModeIndex = 0x74; // Fdword } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_LastDamageDoneInstance { public const byte m_dwCount = 0x64; // Fdword public const byte m_dwDamage = 0x68; // Fdword public const byte m_dwDamageTypeId = 0x6c; // Fdword public const byte m_dwSourceDeviceId = 0x70; // Fdword public const byte m_dwFireModeIndex = 0x74; // Fdword } } }