Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Mesh > API/Plugins/InterchangeImport/Mesh/IInterchangeMeshPayloadInterface
- IInterchangeMeshPayloadInterface::GetMeshPayloadData()
- UInterchangeGLTFTranslator::GetMeshPayloadData()
- UInterchangeOBJTranslator::GetMeshPayloadData()
- UInterchangeFbxTranslator::GetMeshPayloadData()
- UInterchangeDatasmithTranslator::GetMeshPayloadData()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Mesh/InterchangeMeshPayloadInterface.h |
| Include | #include "Mesh/InterchangeMeshPayloadInterface.h" |
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 the data ask with the key.
Parameters
| Name | Description |
|---|---|
| PayloadKey | The key to retrieve the a particular payload contain into the specified source data. |