UUIScene > UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIScene > UUIComponent_Display > UUIComponent > UObject namespace UUIScene_UIHudVora { constexpr auto m_bViewTargetVora = 0x1cc; // uint32_t : 1 constexpr auto m_bHudVisible = 0x1cc; // uint32_t : 1 constexpr auto m_Pips0x5 = 0x1d0; // UGFxObject* constexpr auto m_ChargedAnim = 0x1f8; // UGFxObject* constexpr auto m_CachedVora = 0x200; // ATgPawn_Corrupter* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIScene > UUIComponent_Display > UUIComponent > UObject public static class UUIScene_UIHudVora { public const UInt16 m_bViewTargetVora = 0x1cc; // uint32_t : 1 public const UInt16 m_bHudVisible = 0x1cc; // uint32_t : 1 public const UInt16 m_Pips0x5 = 0x1d0; // UGFxObject* public const UInt16 m_ChargedAnim = 0x1f8; // UGFxObject* public const UInt16 m_CachedVora = 0x200; // ATgPawn_Corrupter* } } }