Choose your operating system:
Windows
macOS
Linux
| SWidget::OnCursorQuery()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
Include |
#include "Widgets/Layout/SSplitter.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp |
virtual FCursorReply OnCursorQuery
(
const FGeometry & MyGeometry,
const FPointerEvent & CursorEvent
) const
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.