Navigation
API > API/Plugins > API/Plugins/InterchangeCommonParser
Enumerates tangent weight modes.
| Name | EInterchangeCurveTangentWeightMode |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/CommonParser/Public/InterchangeCommonAnimationPayload.h |
| Include Path | #include "InterchangeCommonAnimationPayload.h" |
Syntax
enum EInterchangeCurveTangentWeightMode
{
WeightedNone,
WeightedArrive,
WeightedLeave,
WeightedBoth,
}
Values
| Name | Remarks |
|---|---|
| WeightedNone | Don't take tangent weights into account. |
| WeightedArrive | Only take the arrival tangent weight into account for evaluation. |
| WeightedLeave | Only take the leaving tangent weight into account for evaluation. |
| WeightedBoth | Take both the arrival and leaving tangent weights into account for evaluation. |