enum AnimationCurveFlag
Flags that describe an animation curve.
Values
| Name | Value | Description |
|---|---|---|
ImportedCurve |
1 |
If enabled, the curve was imported from an external file and not created within the engine. |
MorphFrame |
2 |
Signifies the curve is used to animate between different frames within a morph channel. |
MorphWeight |
4 |
Signifies the curve is used to adjust the weight of a morph channel. |