Navigation
Unreal Engine C++ API Reference > Editor > MergeActors
Inheritance Hierarchy
References
Module | MergeActors |
Header | /Engine/Source/Editor/MergeActors/Public/IMergeActorsModule.h |
Include | #include "IMergeActorsModule.h" |
Syntax
class IMergeActorsModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
Remarks
Merge Actors module interface
Functions
Type | Name | Description |
---|---|---|
IMergeActors... | Get () | Get reference to the Merge Actors module instance |
void | GetRegisteredMergeActorsTools ( TArray< IMergeActorsTool* >& ... ) | Get currently registered list of MergeActors tools |
bool | RegisterMergeActorsTool ( TUniquePtr< IMergeActorsTool > Tool ) | Register an IMergeActorsTool with the module, passing ownership to it |
bool | UnregisterMergeActorsTool ( IMergeActorsTool* Tool ) | Unregister an IMergeActorsTool with the module |