FDatasmithImporterUtils::FillSceneElement

Converts [AActor](API\Runtime\Engine\GameFramework\AActor) objects into DatasmithActorElement objects and add them to a DatasmithScene

Windows
MacOS
Linux

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

Syntax

static void FillSceneElement
(
    TSharedPtr< IDatasmithScene > & SceneElement,
    const TArray< AActor * > & RootActors
)

Remarks

Converts AActor objects into DatasmithActorElement objects and add them to a DatasmithScene

Parameters

Parameter

Description

SceneElement

DatasmithScene to populate

RootActors

Array of root actors to convert and add to the DatasmithScene

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss