UAnimNotifyState > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotifyState > UObject namespace UPDAkEventAnimNotifyState { constexpr auto bAutoStopBeginEventPlayingOnEnd = 0x30; // bool constexpr auto EventOnBegin = 0x38; // UAkAudioEvent* constexpr auto EventOnEnd = 0x40; // UAkAudioEvent* } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotifyState > UObject public static class UPDAkEventAnimNotifyState { public const byte bAutoStopBeginEventPlayingOnEnd = 0x30; // bool public const byte EventOnBegin = 0x38; // UAkAudioEvent* public const byte EventOnEnd = 0x40; // UAkAudioEvent* } } }