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