Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
- SWidget::OnCursorQuery()
- SWaveformTransformationRenderLayer::OnCursorQuery()
- SVerticalResizeBox::OnCursorQuery()
- SWaveformTransformationsOverlay::OnCursorQuery()
- SGraphNodeResizable::OnCursorQuery()
- STrackLane::OnCursorQuery()
- SDesignSurface::OnCursorQuery()
- SWorldPartitionEditorGrid2D::OnCursorQuery()
- SObjectWidget::OnCursorQuery()
- STabDrawer::OnCursorQuery()
- SCommentBubble::OnCursorQuery()
- SHyperlink::OnCursorQuery()
- SHyperlinkWithTextHighlight::OnCursorQuery()
- SScrubWidget::OnCursorQuery()
- STrackAreaView::OnCursorQuery()
- STableViewBase::OnCursorQuery()
- SViewport::OnCursorQuery()
- SSplitter::OnCursorQuery()
- SScrollBox::OnCursorQuery()
- SEditableText::OnCursorQuery()
- SMultiLineEditableText::OnCursorQuery()
- SSplitter2x2::OnCursorQuery()
- SSpinBox::OnCursorQuery()
- SSpinBox::OnCursorQuery()
- SSpinBox::OnCursorQuery()
- SSpinBox::OnCursorQuery()
- SSpinBox::OnCursorQuery()
- SSpinBox::OnCursorQuery()
- SSpinBox::OnCursorQuery()
- SNodePanel::OnCursorQuery()
- SWindow::OnCursorQuery()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
virtual FCursorReply OnCursorQuery
&40;
const FGeometry & MyGeometry,
const FPointerEvent & CursorEvent
&41; const
Remarks
The system asks each widget under the mouse to provide a cursor. This event is bubbled. FCursorReply::Unhandled() if the event is not handled; return FCursorReply::Cursor() otherwise.