Choose your operating system:
Windows
macOS
Linux
| SWidget::OnMapCursor()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
Include |
#include "Widgets/SViewport.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp |
virtual TOptional< TSharedRef< SWidget > > OnMapCursor
(
const FCursorReply & CursorReply
) const
After OnCursorQuery has specified a cursor type the system asks each widget under the mouse to map that cursor to a widget. This event is bubbled.
TOptional<TSharedRef