UInteractiveToolManager::GetActiveToolName

Get name of registered ToolBuilder that created active tool for given side, or empty string if no tool is active

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 FString GetActiveToolName
(
    EToolSide Side
)

Remarks

Get name of registered ToolBuilder that created active tool for given side, or empty string if no tool is active

Returns

name of tool, or empty string if no tool is active

Parameters

Parameter

Description

Side

which Side is being requested

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