UAnimationAsset > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimationAsset > UObject namespace UAnimSequenceBase { constexpr auto Notifies = 0x80; // TArray<FAnimNotifyEvent> constexpr auto SequenceLength = 0x90; // float constexpr auto RateScale = 0x94; // float constexpr auto RawCurveData = 0x98; // FRawCurveTracks } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimationAsset > UObject public static class UAnimSequenceBase { public const byte Notifies = 0x80; // TArray<FAnimNotifyEvent> public const byte SequenceLength = 0x90; // float public const byte RateScale = 0x94; // float public const byte RawCurveData = 0x98; // FRawCurveTracks } } }