Navigation
API > API/Plugins > API/Plugins/InterchangeCommonParser
If using Cubic interpolation mode, this enum describes how the tangents should be controlled.
| Name | EInterchangeCurveTangentMode |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/CommonParser/Public/InterchangeCommonAnimationPayload.h |
| Include Path | #include "InterchangeCommonAnimationPayload.h" |
Syntax
enum EInterchangeCurveTangentMode
{
Auto,
User,
Break,
None,
}
Values
| Name | Remarks |
|---|---|
| Auto | Automatically calculates tangents to create smooth curves between values. |
| User | User specifies the tangent as a unified tangent where the two tangents are locked to each other, presenting a consistent curve before and after. |
| Break | User specifies the tangent as two separate broken tangents on each side of the key which can allow a sharp change in evaluation before or after. |
| None | No tangents. |