Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/BaseTools > API/Plugins/ScriptableToolsFramework/BaseTools/UScriptableSingleClickTool > API/Plugins/ScriptableToolsFramework/BaseTools/UScriptableSingleClickTool/UPARAM
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/BaseTools/ScriptableSingleClickTool.h |
| Include | #include "BaseTools/ScriptableSingleClickTool.h" |
UFUNCTION (BlueprintNativeEvent, Category="Hover Events")
UPARAM
(
DisplayName
)
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 |