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 FillSceneElement
(
TSharedPtr < IDatasmithScene > & SceneElement,
const TArray < AActor * > & RootActors
)
Remarks
Converts AActor objects into DatasmithActorElement objects and add them to a DatasmithScene
Parameters
| Name | Description |
|---|---|
| SceneElement | DatasmithScene to populate |
| RootActors | Array of root actors to convert and add to the DatasmithScene |