UTgEffectForm > UObject
namespace Offsets { namespace Classes { // Inheritance: UTgEffectForm > UObject namespace UTgEffectForm_Maeve_Midnight { constexpr auto m_nEndFXId = 0xfc; // int32_t constexpr auto m_pEndFX = 0x100; // UTgSpecialFx* constexpr auto m_pCameraEffect = 0x108; // ATgEmitter_CameraEffect* constexpr auto m_fEndFXKillTime = 0x110; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UTgEffectForm > UObject public static class UTgEffectForm_Maeve_Midnight { public const byte m_nEndFXId = 0xfc; // int32_t public const UInt16 m_pEndFX = 0x100; // UTgSpecialFx* public const UInt16 m_pCameraEffect = 0x108; // ATgEmitter_CameraEffect* public const UInt16 m_fEndFXKillTime = 0x110; // float } } }