UAnimNotify > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotify > UObject namespace UTgAnimNotify_CameraCut { constexpr auto m_fTweenSpeed = 0x68; // float constexpr auto m_vTweenDir = 0x6c; // FVector constexpr auto m_vLocationOffset = 0x78; // FVector constexpr auto m_rRotationOffset = 0x84; // FRotator constexpr auto m_rRotationTarget = 0x90; // FRotator constexpr auto m_fRotationDuration = 0x9c; // float constexpr auto m_fRotationDelay = 0xa0; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotify > UObject public static class UTgAnimNotify_CameraCut { public const byte m_fTweenSpeed = 0x68; // float public const byte m_vTweenDir = 0x6c; // FVector public const byte m_vLocationOffset = 0x78; // FVector public const byte m_rRotationOffset = 0x84; // FRotator public const byte m_rRotationTarget = 0x90; // FRotator public const byte m_fRotationDuration = 0x9c; // float public const byte m_fRotationDelay = 0xa0; // float } } }