Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraph
- UEdGraph::AddNode()
- URigVMEdGraph::AddNode()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraph.h |
| Include | #include "EdGraph/RigVMEdGraph.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraph.cpp |
virtual void AddNode
&40;
UEdGraphNode &42; NodeToAdd,
bool bUserAction,
bool bSelectNewNode
&41;
Remarks
Add a node to the graph
Parameters
| Name | Description |
|---|---|
| NodeToAdd | A graph node to add to the graph |
| bUserAction | true if the node was added as the result of a direct user action |
| bSelectNewNode | Whether or not to select the new node being created |