SSplitter2x2::OnCursorQuery

The system asks each widget under the mouse to provide a cursor. This event is bubbled.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnCursorQuery()

SSplitter2x2::OnCursorQuery()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h

Include

#include "Widgets/Layout/SSplitter.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp

Syntax

virtual FCursorReply OnCursorQuery
(
    const FGeometry & MyGeometry,
    const FPointerEvent & CursorEvent
) const

Remarks

The system asks each widget under the mouse to provide a cursor. This event is bubbled.

Returns

The cursor that should be visible

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss