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 void BuildStaticMeshes
&40;
const TArray< UStaticMesh &42; > & StaticMeshes,
TFunction< bool(UStaticMesh &42;)> ProgressCallback
&41;
Remarks
Performs the actual building of the static meshes in batch for better efficiency
Parameters
| Name | Description |
|---|---|
| StaticMeshes | The list of all static meshes to build. |
| ProgressCallback | If provided, will be used to abort task and report progress to higher level functions (should return true to continue, false to abort). |