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 ReplaceActors_Clicked ( [UActorFactory](API\Editor\UnrealEd\ActorFactories\UActorFactory) * ActorFactory, [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) AssetData )
Remarks
Replaces currently selected actors with an actor from the given actor factory
Parameters
Name | Description |
---|---|
ActorFactory | The actor factory to use in replacement |