Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseBehaviors > API/Runtime/InteractiveToolsFramework/BaseBehaviors/IClickSequenceBehaviorTarget
- IClickSequenceBehaviorTarget::OnBeginClickSequence()
- UDrawPolygonTool::OnBeginClickSequence()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h |
| Include | #include "BaseBehaviors/BehaviorTargetInterfaces.h" |
void OnBeginClickSequence
&40;
const FInputDeviceRay & ClickPos
&41;
Remarks
Notify Target about the first click in the sequence.
Parameters
| Name | Description |
|---|---|
| ClickPos | device position/ray at click point |