Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h |
| Include | #include "EdGraph/EdGraph.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp |
void SelectNodeSet
&40;
TSet< const UEdGraphNode &42; > NodeSelection,
bool bFromUI
&41;
Remarks
Queues up a select operation for a series of nodes in this graph.
Parameters
| Name | Description |
|---|---|
| NodeSelection | The group of nodes you want selected |
| bFromUI | True if the node was added as the result of a direct user action. |