Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Animation
Inheritance Hierarchy
- IInterchangeAnimationPayloadInterface
- UInterchangeDatasmithTranslator
- UInterchangeFbxTranslator
- UInterchangeGLTFTranslator
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Animation/InterchangeAnimationPayloadInterface.h |
| Include | #include "Animation/InterchangeAnimationPayloadInterface.h" |
Syntax
class IInterchangeAnimationPayloadInterface
Remarks
Animation payload interface. Derive from this interface if your payload can import skeletal mesh
Functions
| Type | Name | Description | |
|---|---|---|---|
| TFuture< TOptional< UE::Interchange::FAnimationPayloadData > > | GetAnimationPayloadData
(
const FInterchangeAnimationPayLoadKey& PayLoadKey, |
Get animation payload data for the specified payload key. |