IClickSequenceBehaviorTarget::CanBeginClickSequence

Test if target would like to begin sequence based on this click.

Windows
MacOS
Linux

Override Hierarchy

IClickSequenceBehaviorTarget::CanBeginClickSequence()

UDrawPolygonTool::CanBeginClickSequence()

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h

Include

#include "BaseBehaviors/BehaviorTargetInterfaces.h"

Syntax

bool CanBeginClickSequence
(
    const FInputDeviceRay & ClickPos
)

Remarks

Test if target would like to begin sequence based on this click. Gets checked both on mouse down and mouse up.

Returns

true if target wants to begin sequence

Parameters

Parameter

Description

ClickPos

device position/ray at click point

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