Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SToolTip > API/Runtime/Slate/SToolTip/FArguments
Description
Hook to modify or override the desired location (in screen space) for interactive tooltip windows. By default, the previous frame's cursor position will be used.
| Name | OnSetInteractiveWindowLocation |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h |
| Include Path | #include "Widgets/SToolTip.h" |
WidgetArgsType & OnSetInteractiveWindowLocation
(
const FOnSetInteractiveWindowLocation & InDelegate
)