UWorld::EditorDestroyActor

Wrapper for [DestroyActor()](API\Runtime\Engine\Engine\UWorld\DestroyActor) that should be called in the editor.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelActor.cpp

Syntax

bool EditorDestroyActor
(
    AActor * Actor,
    bool bShouldModifyLevel
)

Remarks

Wrapper for DestroyActor() that should be called in the editor.

Parameters

Parameter

Description

bShouldModifyLevel

If true, Modify() the level before removing the actor.

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