Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
- SWidget::OnFocusLost()
- SNodePanel::OnFocusLost()
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp |
virtual void OnFocusLost
&40;
const FFocusEvent & InFocusEvent
&41;
Remarks
Called when this widget loses focus. This event does not bubble.
Parameters
| Name | Description |
|---|---|
| InFocusEvent | The FocusEvent |