Navigation
API > API/Plugins > API/Plugins/DatasmithTranslator > API/Plugins/DatasmithTranslator/IDatasmithTranslator
References
| Module | DatasmithTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/DatasmithTranslator.h |
| Include | #include "DatasmithTranslator.h" |
virtual bool LoadStaticMesh
(
const TSharedRef < IDatasmithMeshElement > MeshElement,
FDatasmithMeshElementPayload & OutMeshPayload
)
Remarks
Get payload related to the given Element Operation succeed
Parameters
| Name | Description |
|---|---|
| MeshElement | Element for which the payload is required |
| OutMeshPayload | Actual mesh data from the source |