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 |
void SelectAndCenterObject
&40;
const UObject &42; ObjectToSelect,
bool bCenter
&41;
Remarks
On the next tick, centers and selects the widget associated with the object if it exists
Parameters
| Name | Description |
|---|---|
| ObjectToSelect | The object to select, and potentially center on |
| bCenter | Whether or not to center the graph node |