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 TArray < ADatasmithSceneActor * > FindSceneActors
(
UWorld * World,
UDatasmithScene * DatasmithScene
)
Remarks
Finds all the ADatasmithSceneActor in the world that refers to the given scene
Parameters
| Name | Description |
|---|---|
| World | Scope of the search |
| DatasmithScene | SceneActor must reference this scene to be included |