FLevelEditorActionCallbacks::ReplaceActorsFromClass_Clicked

Called when the ReplaceActor command is executed and a class is selected in the actor browser

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 void ReplaceActorsFromClass_Clicked
(
    UClass * ActorClass
)

Remarks

Called when the ReplaceActor command is executed and a class is selected in the actor browser

Parameters

Parameter

Description

ActorClass

The class of the actor to replace

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