Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithStaticMeshImporter
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithStaticMeshImporter.h |
| Include | #include "DatasmithStaticMeshImporter.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithStaticMeshImporter.cpp |
static bool PreBuildStaticMesh
&40;
UStaticMesh &42; StaticMesh
&41;
Remarks
Performs threadable build step on the static mesh, to be called before BuildStaticMesh false if the mesh has no triangles or all its triangles are degenerated. True otherwise
Parameters
| Name | Description |
|---|---|
| StaticMesh | Mesh to process |