UAnimNotify > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotify > UObject namespace UAnimNotify_PlaySound { constexpr auto Sound = 0x38; // USoundBase* constexpr auto VolumeMultiplier = 0x40; // float constexpr auto PitchMultiplier = 0x44; // float constexpr auto bFollow = 0x48; // char : 1 constexpr auto AttachName = 0x4c; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotify > UObject public static class UAnimNotify_PlaySound { public const byte Sound = 0x38; // USoundBase* public const byte VolumeMultiplier = 0x40; // float public const byte PitchMultiplier = 0x44; // float public const byte bFollow = 0x48; // char : 1 public const byte AttachName = 0x4c; // FName } } }