Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IClickSequenceBehaviorTarget
Description
Test if target would like to begin sequence based on this click. Gets checked both on mouse down and mouse up.
| Name | CanBeginClickSequence |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h |
| Include Path | #include "BaseBehaviors/BehaviorTargetInterfaces.h" |
bool CanBeginClickSequence
(
const FInputDeviceRay & ClickPos
)
true if target wants to begin sequence
Parameters
| Name | Remarks |
|---|---|
| ClickPos | device position/ray at click point |