Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include | #include "Curves/RichCurve.h" |
Syntax
enum ERichCurveCompressionFormat
{
UMETA =(DisplayName="Auto"),
UMETA =(DisplayName="Auto"),
UMETA =(DisplayName="Auto"),
UMETA =(DisplayName="Auto"),
UMETA =(DisplayName="Auto"),
UMETA =(DisplayName="Auto"),
}
Values
| Name | Description |
|---|---|
| UMETA | Automatically calculates tangents to create smooth curves between values. |
| UMETA | Automatically calculates tangents to create smooth curves between values. |
| UMETA | Automatically calculates tangents to create smooth curves between values. |
| UMETA | Automatically calculates tangents to create smooth curves between values. |
| UMETA | Automatically calculates tangents to create smooth curves between values. |
| UMETA | Automatically calculates tangents to create smooth curves between values. |
Remarks
Enumerates curve compression options.