Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/MergeActors/Public/IMergeActorsTool.h |
Include |
#include "IMergeActorsTool.h" |
class IMergeActorsTool
Merge Actors tool interface
Name | Description | |
---|---|---|
|
~IMergeActorsTool() |
Virtual destructor |
Name | Description | ||
---|---|---|---|
|
CanMergeFromSelection() |
Checks if merge operation is valid from the current selection |
|
|
CanMergeFromWidget() |
Checks if merge operation is valid from the current selection |
|
|
GetDefaultPackageName() |
Get default name for the merged asset package |
|
|
GetIconName() |
Get the name of the icon displayed in the Merge Actors toolbar |
|
|
GetReplaceSourceActors() |
Checks if the Replace Source Actors option is selected |
|
|
GetToolNameText() |
Get tool name text to be displayed in the menus & Merge Actors toolbar |
|
|
GetTooltipText() |
Get Tooltip text displayed in the Merge Actors toolbar |
|
|
TSharedRef< ... |
GetWidget() |
Gets the widget instance associated with this tool |
|
RunMergeFromSelection() |
Perform merge operation from the current selection |
|
|
RunMergeFromWidget() |
Perform merge operation from the selection in the Merge Actors panel |
|
|
SetReplaceSourceActors ( |
Changes the Replace Source Actors option |