Navigation
API > API/Plugins > API/Plugins/InterchangeCommonParser
References
| Module | InterchangeCommonParser |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/CommonParser/Public/InterchangeCommonAnimationPayload.h |
| Include | #include "InterchangeCommonAnimationPayload.h" |
Syntax
enum EInterchangeCurveInterpMode
&123;
Linear,
Constant,
Cubic,
None,
&125;
Values
| Name | Description |
|---|---|
| Linear | Use linear interpolation between values. |
| Constant | Use a constant value. Represents stepped values. |
| Cubic | Cubic interpolation. See TangentMode for different cubic interpolation options. |
| None | No interpolation. |
Remarks
If using Cubic, this enum describes how the tangents should be controlled.