Navigation
API > API/Runtime > API/Runtime/DatasmithCore
| Name | EDatasmithCurveInterpMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithTypes.h |
| Include Path | #include "DatasmithTypes.h" |
Syntax
enum EDatasmithCurveInterpMode
{
Linear,
Constant,
Cubic,
}
Values
| Name | Remarks |
|---|---|
| Linear | |
| Constant | |
| Cubic |