Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Mesh > API/Plugins/InterchangeImport/Mesh/IInterchangeMeshPayloadInterface
- IInterchangeMeshPayloadInterface::GetMeshPayloadData()
- UInterchangeFbxTranslator::GetMeshPayloadData()
- UInterchangeGLTFTranslator::GetMeshPayloadData()
- UInterchangeOBJTranslator::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
(
const FInterchangeMeshPayLoadKey & PayLoadKey,
const FTransform & MeshGlobalTransform
) 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. |
| MeshGlobalTransform | The transform to apply to the raw data when creating the payload data. |