Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
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 } } }