Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/SViewport
- SWidget::OnMapCursor()
- SViewport::OnMapCursor()
References
| Module | Slate |
| 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
&40;
const FCursorReply & CursorReply
&41; const
Remarks
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