Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImporter
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImporter.h |
| Include | #include "DatasmithImporter.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithImporter.cpp |
static UStaticMesh &42; FinalizeStaticMesh
&40;
UStaticMesh &42; SourceStaticMesh,
const TCHAR &42; StaticMeshesFolderPath,
UStaticMesh &42; ExistingStaticMesh,
TMap< UObject &42;, UObject &42; > &42; ReferencesToRemap,
bool bBuild
&41;
Remarks
Copy a static mesh from its transient package into its final public package and builds it. The resulting static mesh
Parameters
| Name | Description |
|---|---|
| SourceStaticMesh | The static mesh to finalize. |
| StaticMeshesFolderPath | The path where to put the final static mesh, if we don't have an ExistingStaticMesh |
| ExistingStaticMesh | An optional existing static mesh on which we will finalize over. |
| ReferencesToRemap | A map of migrated objects. If SourceStaticMesh refers to any key objects, those references will be replaced by the corresponding map value. |
| bBuild | Specify if the static mesh building should be performed. |