IMergeActorsModule::RegisterMergeActorsTool

Register an [IMergeActorsTool](API\Editor\MergeActors\IMergeActorsTool) with the module, passing ownership to it

Unreal Engine C++ API Reference > Editor > MergeActors > IMergeActorsModule

References

   
Module MergeActors
Header /Engine/Source/Editor/MergeActors/Public/IMergeActorsModule.h
Include #include "IMergeActorsModule.h"
bool RegisterMergeActorsTool
(
    [TUniquePtr](API\Runtime\Core\Templates\TUniquePtr)< [IMergeActorsTool](API\Editor\MergeActors\IMergeActorsTool) > Tool
)

Remarks

Register an IMergeActorsTool with the module, passing ownership to it


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library