UAnimNotify > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotify > UObject namespace Ufootsteps_sprint_event_bpn_C { constexpr auto FootstepSockets = 0x38; // Enum_FootstepSockets constexpr auto RotationOffset = 0x3c; // FRotator constexpr auto AudioDelay = 0x48; // float constexpr auto AudioVolume = 0x4c; // float constexpr auto FoleySound = 0x50; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotify > UObject public static class Ufootsteps_sprint_event_bpn_C { public const byte FootstepSockets = 0x38; // Enum_FootstepSockets public const byte RotationOffset = 0x3c; // FRotator public const byte AudioDelay = 0x48; // float public const byte AudioVolume = 0x4c; // float public const byte FoleySound = 0x50; // bool } } }