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
&40;
TSharedPtr< IDatasmithScene > & SceneElement,
const TArray< AActor &42; > & RootActors
&41;
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 |