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
struct FAnimationPayloadData
Variables
| Type | Name | Description | |
|---|---|---|---|
| EInterchangeAnimationPayLoadType | AdditionalSupportedType | ||
| double | BakeFrequency | BAKED TRANSFORMS. | |
| double | RangeEndTime | ||
| double | RangeStartTime | ||
| TArray< FInterchangeStepCurve > | StepCurves | STEP CURVE. | |
| TArray< FTransform > | Transforms | ||
| EInterchangeAnimationPayLoadType | Type | TYPE. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimationPayloadData
(
const EInterchangeAnimationPayLoadType& InType |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateDataFor
(
const EInterchangeAnimationPayLoadType& ToType, |
Conversions: | |
| void | SerializeBaked
(
FArchive& Ar |