Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
| Include | #include "GraphActionNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp |
void GetAllNodes
&40;
TArray< TSharedPtr< FGraphActionNode > > & OutNodeArray
&41; const
Remarks
Recursively collects all child/grandchild/decendent nodes.
Parameters
| Name | Description |
|---|---|
| OutNodeArray | The array to fill out with decendent nodes. |