IMergeActorsTool

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

MergeActors

Header

/Engine/Source/Editor/MergeActors/Public/IMergeActorsTool.h

Include

#include "IMergeActorsTool.h"

Syntax

class IMergeActorsTool

Remarks

Merge Actors tool interface

Destructors

Name Description

Public function Virtual

~IMergeActorsTool()

Virtual destructor

Functions

Name Description

Public function Const

bool

 

CanMerge()

Checks if merge operation is valid

Public function Const

FString

 

GetDefaultPackageName()

Get default name for the merged asset package

Public function Const

FName

 

GetIconName()

Get the name of the icon displayed in the Merge Actors toolbar

Public function Const

FText

 

GetTooltipText()

Get Tooltip text displayed in the Merge Actors toolbar

Public function

TSharedRef< ...

 

GetWidget()

Gets the widget instance associated with this tool

Public function

bool

 

RunMerge

(
    const FString& PackageName
)

Perform merge operation

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss