Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp |
bool Contains
&40;
UObject &42; Node
&41; const
Remarks
Is the given node being observed by a widget in this panel? True if the node is being observed by some widget in this panel; false otherwise.
Parameters
| Name | Description |
|---|---|
| Node | The node to look for. |