Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/Utility > API/Plugins/DatasmithImporter/Utility/FDatasmithImporterUtils
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/Utility/DatasmithImporterUtils.h |
| Include | #include "Utility/DatasmithImporterUtils.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/Utility/DatasmithImporterUtils.cpp |
static void DeleteNonImportedDatasmithElementFromSceneActor
(
ADatasmithSceneActor & SourceSceneActor,
ADatasmithSceneActor & DestinationSceneActor,
const TSet < FName > & IgnoredDatasmithElements
)
Remarks
Delete non imported datasmith elements (actors and components) from a Datasmith Scene Actor hierarchy
Parameters
| Name | Description |
|---|---|
| SourceSceneActor | The scene on which the actors where imported |
| DestinationSceneActor | The scene on which the actors will be deleted |
| IgnoredDatasmithElements | The Datasmith actors that shouldn't be deleted if they aren't imported |