Navigation
Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelEditorActionCallbacks
References
Module | LevelEditor |
Header | /Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h |
Include | #include "LevelEditorActions.h" |
Source | /Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp |
static void ReplaceActorsFromClass_Clicked ( [UClass](API\Runtime\CoreUObject\UObject\UClass) * ActorClass )
Remarks
Called when the ReplaceActor command is executed and a class is selected in the actor browser
Parameters
Name | Description |
---|---|
ActorClass | The class of the actor to replace |