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 AddUniqueLayersToWorld
(
UWorld * World,
const TSet < FName > & LayerNames
)
Remarks
Add a layer to the world if there is no other layer with the same name
Parameters
| Name | Description |
|---|---|
| World | The world to which the layers will be added |
| LayerNames | The name of the layers to be added |