UCurveBase > UObject
Keyframe data
Flag to represent event curve
namespace Offsets { namespace Classes { // Inheritance: UCurveBase > UObject namespace UCurveFloat { constexpr auto FloatCurve = 0x30; // FRichCurve constexpr auto bIsEventCurve = 0xb0; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UCurveBase > UObject public static class UCurveFloat { public const byte FloatCurve = 0x30; // FRichCurve public const byte bIsEventCurve = 0xb0; // bool } } }