FDatasmithImporterUtils::FindSceneActors

Finds all the [ADatasmithSceneActor](API\Plugins\DatasmithContent\ADatasmithSceneActor) in the world that refers to the given scene

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 TArray< ADatasmithSceneActor * > FindSceneActors
(
    UWorld * World,
    UDatasmithScene * DatasmithScene
)

Remarks

Finds all the ADatasmithSceneActor in the world that refers to the given scene

Parameters

Parameter

Description

World

Scope of the search

DatasmithScene

SceneActor must reference this scene to be included

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