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