Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/BaseTools > API/Plugins/ScriptableToolsFramework/BaseTools/UScriptableSingleClickTool
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/BaseTools/ScriptableSingleClickTool.h |
| Include | #include "BaseTools/ScriptableSingleClickTool.h" |
bool OnHoverUpdate
&40;
FInputDeviceRay HoverPos,
const FScriptableToolModifierStates & Modifiers
&41;
Remarks
Update an active Hover sequence. OnHoverUpdate is only ever called between OnHoverBegin and OnHoverEnd true to continue hovering, false to stop receiving additional hover events
Parameters
| Name | Description |
|---|---|
| HoverPos | the current position of the cursor/device, including both a 3D ray from the eye, and (optionally) a 2D mouse position |
| Modifiers | current modifier key/button state |