Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SScrollBox
- SWidget::OnCursorQuery()
- SScrollBox::OnCursorQuery()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include | #include "Widgets/Layout/SScrollBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp |
virtual FCursorReply OnCursorQuery
&40;
const FGeometry & MyGeometry,
const FPointerEvent & CursorEvent
&41; const
Remarks
The system asks each widget under the mouse to provide a cursor. This event is bubbled. FCursorReply::Unhandled() if the event is not handled; return FCursorReply::Cursor() otherwise.