Navigation
API > API/Plugins > API/Plugins/DatasmithNativeTranslator > API/Plugins/DatasmithNativeTranslator/FDatasmithNativeTranslator
- IDatasmithTranslator::LoadStaticMesh()
- FDatasmithNativeTranslator::LoadStaticMesh()
References
| Module | DatasmithNativeTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithNativeTranslator/Public/DatasmithNativeTranslator.h |
| Include | #include "DatasmithNativeTranslator.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithNativeTranslator/Private/DatasmithNativeTranslator.cpp |
virtual bool LoadStaticMesh
&40;
const TSharedRef< IDatasmithMeshElement > MeshElement,
FDatasmithMeshElementPayload & OutMeshPayload
&41;
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 |