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" |
UFUNCTION&40;BlueprintNativeEvent, Category&61;"Hover Events"&41;
void OnHoverEnd
&40;
const FScriptableToolModifierStates & Modifiers
&41;
Remarks
Indicate that an active captured Hover sequence has ended. The device may no longer be in the viewport, so no position can be provided.
Parameters
| Name | Description |
|---|---|
| Modifiers | current modifier key/button state |