Navigation
| Name | InterchangeCommonParser |
| Type | Runtime |
| Part of Plugins | Interchange Framework |
| Location | /Engine/Plugins/Interchange/Runtime/Source/Parsers/CommonParser/ |
| Module Build Rules | InterchangeCommonParser.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FInterchangeCommonParserModule | This module is used to add common structure between the translators and the parsers (i.e. payload temporary structure) |
Structs
| Name | Remarks |
|---|---|
| FAnimationPayloadData | |
| FAnimationPayloadQuery | |
| FAnimationTimeDescription | |
| FInterchangeCurve | This struct contains only the key data, this is only used to pass animation data from interchange worker process translators to factories. |
| FInterchangeCurveKey | This struct contains only the key data, this is only used to pass animation data from translators to factories |
| FInterchangeStepCurve | This struct contains only the key data, this is only used to pass animation data from translators to factories. |
Enums
Public
| Name | Remarks |
|---|---|
| EInterchangeCurveInterpMode | If using Cubic, this enum describes how the tangents should be controlled. |
| EInterchangeCurveTangentMode | If using Cubic interpolation mode, this enum describes how the tangents should be controlled. |
| EInterchangeCurveTangentWeightMode | Enumerates tangent weight modes. |