Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImporter
Description
Creates the AssetImportData associated with a UStaticMesh. Used when reimporting.
| Name | CreateStaticMeshAssetImportData |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImporter.h |
| Include Path | #include "DatasmithImporter.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithImporter.cpp |
static void CreateStaticMeshAssetImportData
(
FDatasmithImportContext & InContext,
TSharedRef < IDatasmithMeshElement > MeshElement,
UStaticMesh * ImportedStaticMesh,
TArray < UDatasmithAdditionalData * > & AdditionalData
)