UInteractiveToolManager::GetActiveTool

Get pointer to active Tool on a given side

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 UInteractiveTool * GetActiveTool
(
    EToolSide Side
)

Remarks

Get pointer to active Tool on a given side

Returns

pointer to Tool instance active on that Side, or nullptr if no such Tool exists

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