Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Fbx > API/Plugins/InterchangeImport/Fbx/UInterchangeFbxTranslator
- IInterchangeMeshPayloadInterface::GetMeshPayloadData()
- UInterchangeFbxTranslator::GetMeshPayloadData()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Fbx/InterchangeFbxTranslator.h |
| Include | #include "Fbx/InterchangeFbxTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Fbx/InterchangeFbxTranslator.cpp |
virtual TFuture< TOptional< UE::Interchange::FMeshPayloadData > > GetMeshPayloadData
&40;
const FInterchangeMeshPayLoadKey & PayLoadKey,
const FTransform & MeshGlobalTransform
&41; const
Remarks
Once the translation is done, the import process need a way to retrieve payload data. This payload will be use by the factories to create the asset. a PayloadData containing the imported data. The TOptional will not be set if there is an error.
Parameters
| Name | Description |
|---|---|
| SourceData | The source data containing the data to translate |
| PayloadKey | The key to retrieve the a particular payload contain into the specified source data. |