UInteractiveToolManager::CanAcceptActiveTool

Check if an active Tool on the given Side can be Accepted in its current state

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

Remarks

Check if an active Tool on the given Side can be Accepted in its current state

Returns

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

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