FDatasmithImporterUtils::DeleteNonImportedDatasmithElementFromSceneActor

Delete non imported datasmith elements (actors and components) from a Datasmith Scene Actor hierarchy

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 DeleteNonImportedDatasmithElementFromSceneActor
(
    ADatasmithSceneActor & SourceSceneActor,
    ADatasmithSceneActor & DestinationSceneActor,
    const TSet< FName > & IgnoredDatasmithElements
)

Remarks

Delete non imported datasmith elements (actors and components) from a Datasmith Scene Actor hierarchy

Parameters

Parameter

Description

SourceSceneActor

The scene on which the actors where imported

DestinationSceneActor

The scene on which the actors will be deleted

IgnoredDatasmithElements

The Datasmith actors that shouldn't be deleted if they aren't imported

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