FLevelEditorActionCallbacks::ReplaceActors

Replaces currently selected actors with an actor from the given actor factory

Windows
MacOS
Linux

References

Module

LevelEditor

Header

/Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h

Include

#include "LevelEditorActions.h"

Source

/Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp

Syntax

static AActor * ReplaceActors
(
    UActorFactory * ActorFactory,
    const FAssetData & AssetData
)

Remarks

Replaces currently selected actors with an actor from the given actor factory

Parameters

Parameter

Description

ActorFactory

The actor factory to use in replacement

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