UInteractiveToolManager::SelectActiveToolType

Set active ToolBuilder for a ToolSide via string identifier

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveToolManager.h

Include

#include "InteractiveToolManager.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveToolManager.cpp

Syntax

virtual bool SelectActiveToolType
(
    EToolSide Side,
    const FString & Identifier
)

Remarks

Set active ToolBuilder for a ToolSide via string identifier

Parameters

Parameter

Description

Side

which "side" should we set this Builder on

Identifier

name of ToolBuilder that was passed to RegisterToolType()

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