Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/FWebBrowserViewport
- ISlateViewport::OnCursorQuery()
- FWebBrowserViewport::OnCursorQuery()
References
Module | WebBrowser |
Header | /Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h |
Include | #include "WebBrowserViewport.h" |
Source | /Engine/Source/Runtime/WebBrowser/Private/WebBrowserViewport.cpp |
virtual FCursorReply OnCursorQuery
&40;
const FGeometry & MyGeometry,
const FPointerEvent & CursorEvent
&41;
Remarks
Called when Slate needs to know what the mouse cursor should be. FCursorReply::Unhandled() if the event is not handled; FCursorReply::Cursor() otherwise.