Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
- SWidget::OnCursorQuery()
- SNodePanel::OnCursorQuery()
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.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.