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
USTRUCT&40;&41;
struct FInterchangeCurveKey
Remarks
This struct contains only the key data, this is only used to pass animation data from translators to factories
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ArriveTangent | If RCIM_Cubic, the arriving tangent at this key | |
| float | ArriveTangentWeight | If RCTWM_WeightedArrive or RCTWM_WeightedBoth, the weight of the left tangent | |
| EInterchangeCurveInterpMode | InterpMode | Interpolation mode between this key and the next | |
| float | LeaveTangent | If RCIM_Cubic, the leaving tangent at this key | |
| float | LeaveTangentWeight | If RCTWM_WeightedLeave or RCTWM_WeightedBoth, the weight of the right tangent | |
| EInterchangeCurveTangentMode | TangentMode | Mode for tangents at this key | |
| EInterchangeCurveTangentWeightMode | TangentWeightMode | If either tangent at this key is 'weighted' | |
| float | Time | Time at this key | |
| float | Value | Value at this key |