Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Mesh
Inheritance Hierarchy
- IInterchangeMeshPayloadInterface
- UInterchangeDatasmithTranslator
- UInterchangeFbxTranslator
- UInterchangeGLTFTranslator
- UInterchangeOBJTranslator
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Mesh/InterchangeMeshPayloadInterface.h |
| Include | #include "Mesh/InterchangeMeshPayloadInterface.h" |
Syntax
class IInterchangeMeshPayloadInterface
Remarks
Static mesh payload interface. Derive from this interface if your payload can import static mesh
Functions
| Type | Name | Description | |
|---|---|---|---|
| TFuture< TOptional< UE::Interchange::FMeshPayloadData > > | GetMeshPayloadData
(
const FInterchangeMeshPayLoadKey& PayLoadKey, |
Once the translation is done, the import process need a way to retrieve payload data. |