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 ()
struct FInterchangeStepCurve
Remarks
This struct contains only the key data, this is only used to pass animation data from translators to factories.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< TArray< bool > > | BooleanKeyValues | ||
| TOptional< TArray< uint8 > > | ByteKeyValues | ||
| TOptional< TArray< float > > | FloatKeyValues | ||
| TOptional< TArray< int32 > > | IntegerKeyValues | ||
| TArray< float > | KeyTimes | ||
| TOptional< TArray< FString > > | StringKeyValues |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RemoveRedundantKeys
(
float Threshold |
||
| void |