IMergeActorsModule

Merge Actors module interface

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMergeActorsModule

References

Module

MergeActors

Header

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

Include

#include "IMergeActorsModule.h"

Syntax

class IMergeActorsModule : public IModuleInterface

Remarks

Merge Actors module interface

Functions

Name Description

Public function Static

IMergeActors...

 

Get()

Get reference to the Merge Actors module instance

Public function

bool

 

RegisterMergeActorsTool

(
    TUniquePtr< IMergeActorsTool > Tool
)

Register an IMergeActorsTool with the module, passing ownership to it

Public function

bool

 

UnregisterMergeActorsTool

(
    IMergeActorsTool* Tool
)

Unregister an IMergeActorsTool with the module

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