Choose your operating system:
Windows
macOS
Linux
| ISlateViewport::OnCursorQuery()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
Include |
#include "Rendering/RenderingCommon.h" |
virtual FCursorReply OnCursorQuery
(
const FGeometry & MyGeometry,
const FPointerEvent & CursorEvent
)
Called when Slate needs to know what the mouse cursor should be.
FCursorReply::Unhandled() if the event is not handled; FCursorReply::Cursor() otherwise.