Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/UInterchangeGLTFTranslator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< UE::Interchange::FAnimationPayloadData > GetAnimationPayloadData
(
const UE::Interchange::FAnimationPayloadQuery& PayloadQuery |
IInterchangeAnimationPayloadInterface Begin | Gltf/InterchangeGltfTranslator.h | |
virtual TArray< UE::Interchange::FAnimationPayloadData > GetAnimationPayloadData
(
const TArray< UE::Interchange::FAnimationPayloadQuery >& PayloadQuery |
Get animation payload data for the specified payload key. | Gltf/InterchangeGltfTranslator.h |
GetAnimationPayloadData(const UE::Interchange::FAnimationPayloadQuery &)
Description
IInterchangeAnimationPayloadInterface Begin
| Name | GetAnimationPayloadData |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Gltf/InterchangeGltfTranslator.h |
| Include Path | #include "Gltf/InterchangeGltfTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Gltf/InterchangeGltfTranslator.cpp |
TOptional < UE::Interchange::FAnimationPayloadData > GetAnimationPayloadData
(
const UE::Interchange::FAnimationPayloadQuery & PayloadQuery
) const
GetAnimationPayloadData(const TArray< UE::Interchange::FAnimationPayloadQuery > &)
Description
Get animation payload data for the specified payload key. It return an array of FRichCurve (Rich curve are float curve we can interpolate) or array of "Step" curve or an array of Baked Transformations, depending on Type
| Name | GetAnimationPayloadData |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Gltf/InterchangeGltfTranslator.h |
| Include Path | #include "Gltf/InterchangeGltfTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Gltf/InterchangeGltfTranslator.cpp |
virtual TArray < UE::Interchange::FAnimationPayloadData > GetAnimationPayloadData
(
const TArray < UE::Interchange::FAnimationPayloadQuery > & PayloadQuery
) const
- The resulting PayloadData.
Parameters
| Name | Remarks |
|---|---|
| PayloadQueries | A PayloadQuery contains all the necessary data for a Query to be processed (Including SceneNodeUID, PayloadKey, TimeDescription). |