Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphSelectionManager
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include | #include "SNodePanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp |
void SetNodeSelection
&40;
SelectedItemType Node,
bool bSelect
&41;
Remarks
Add or remove a node from the selection set
Parameters
| Name | Description |
|---|---|
| Node | Node the affect. |
| bSelect | true to select the node; false to unselect. |