UUIData_Quest > UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData_Quest > UUIData > UObject namespace UUIData_SpecialEvent { constexpr auto m_dwCount = 0x9c; // Fdword constexpr auto m_dwCompleteCount = 0xa0; // Fdword constexpr auto m_dwLootTableItemId = 0xa4; // Fdword constexpr auto m_dwEndSeconds = 0xa8; // Fdword constexpr auto m_dwNameMsgId = 0xac; // Fdword constexpr auto m_dwDescMsgId = 0xb0; // Fdword constexpr auto m_dwIconId = 0xb4; // Fdword constexpr auto m_dwGoalId = 0xb8; // Fdword constexpr auto m_dwGoalActivityType = 0xbc; // Fdword } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData_Quest > UUIData > UObject public static class UUIData_SpecialEvent { public const byte m_dwCount = 0x9c; // Fdword public const byte m_dwCompleteCount = 0xa0; // Fdword public const byte m_dwLootTableItemId = 0xa4; // Fdword public const byte m_dwEndSeconds = 0xa8; // Fdword public const byte m_dwNameMsgId = 0xac; // Fdword public const byte m_dwDescMsgId = 0xb0; // Fdword public const byte m_dwIconId = 0xb4; // Fdword public const byte m_dwGoalId = 0xb8; // Fdword public const byte m_dwGoalActivityType = 0xbc; // Fdword } } }