FDatasmithImporterUtils::DeleteActor

Delete an actor Remove it from the it's level, mark it pending kill and move it the transient package to avoid any potential name collision

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 DeleteActor
(
    AActor & Actor
)

Remarks

Delete an actor Remove it from the it's level, mark it pending kill and move it the transient package to avoid any potential name collision

Parameters

Parameter

Description

Actor

The actor to delete

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