Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Slate > API/Runtime/Engine/Slate/FSceneViewport
- ISlateViewport::OnMapCursor()
- FSceneViewport::OnMapCursor()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h |
| Include | #include "Slate/SceneViewport.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.cpp |
virtual TOptional< TSharedRef< SWidget > > OnMapCursor
&40;
const FCursorReply & CursorReply
&41;
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