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