UAnimNotifyState > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotifyState > UObject namespace UFortAnimNotifyState_EmoteProximityGroup { constexpr auto GroupName = 0x30; // FName constexpr auto GroupMaxRange = 0x34; // float constexpr auto GroupMaxSize = 0x38; // int32_t constexpr auto SoundOnEnterGroup = 0x40; // USoundBase* constexpr auto SoundOnExitGroup = 0x48; // USoundBase* } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotifyState > UObject public static class UFortAnimNotifyState_EmoteProximityGroup { public const byte GroupName = 0x30; // FName public const byte GroupMaxRange = 0x34; // float public const byte GroupMaxSize = 0x38; // int32_t public const byte SoundOnEnterGroup = 0x40; // USoundBase* public const byte SoundOnExitGroup = 0x48; // USoundBase* } } }