Navigation
API > API/Editor > API/Editor/MergeActors
Merge Actors tool interface
| Name | IMergeActorsTool |
| Type | class |
| Header File | /Engine/Source/Editor/MergeActors/Public/IMergeActorsTool.h |
| Include Path | #include "IMergeActorsTool.h" |
Syntax
class IMergeActorsTool
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMergeActorsTool() |
Virtual destructor | IMergeActorsTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanMergeFromSelection() |
Checks if merge operation is valid from the current selection | IMergeActorsTool.h | |
bool CanMergeFromWidget() |
Checks if merge operation is valid from the current selection | IMergeActorsTool.h | |
FString GetDefaultPackageName() |
Get default name for the merged asset package | IMergeActorsTool.h | |
FName GetIconName() |
Get the name of the icon displayed in the Merge Actors toolbar | IMergeActorsTool.h | |
bool GetReplaceSourceActors() |
Checks if the Replace Source Actors option is selected | IMergeActorsTool.h | |
FText GetToolNameText() |
Get tool name text to be displayed in the menus & Merge Actors toolbar | IMergeActorsTool.h | |
FText GetTooltipText() |
Get Tooltip text displayed in the Merge Actors toolbar | IMergeActorsTool.h | |
TSharedRef< SWidget > GetWidget() |
Gets the widget instance associated with this tool | IMergeActorsTool.h | |
bool RunMergeFromSelection() |
Perform merge operation from the current selection | IMergeActorsTool.h | |
bool RunMergeFromWidget() |
Perform merge operation from the selection in the Merge Actors panel | IMergeActorsTool.h | |
void SetReplaceSourceActors
(
bool bReplaceSourceActors |
Changes the Replace Source Actors option | IMergeActorsTool.h |