UInteractiveToolManager::CanCancelActiveTool

Check if an active Tool on the given Side can be Canceled

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

Remarks

Check if an active Tool on the given Side can be Canceled

Returns

true if there is an active Tool and it returns true from HasCancel()

Parameters

Parameter

Description

Side

which Side to check

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