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 EInterchangeCurveTangentWeightMode
{
WeightedNone,
WeightedArrive,
WeightedLeave,
WeightedBoth,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Enumerates tangent weight modes.