Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include | #include "BlueprintEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp |
void CollapseNodesIntoGraph
&40;
UEdGraphNode &42; InGatewayNode,
class UK2Node_EditablePinBase &42; InEntryNode,
class UK2Node_EditablePinBase &42; InResultNode,
UEdGraph &42; InSourceGraph,
UEdGraph &42; InDestinationGraph,
TSet< UEdGraphNode &42; > & InCollapsableNodes,
bool bCanDiscardEmptyReturnNode,
bool bCanHaveWeakObjPtrParam
&41;
Remarks
Collapses a selection of nodes into a graph for composite, function, or macro nodes.
Parameters
| Name | Description |
|---|---|
| InGatewayNode | The node replacing the selection of nodes |
| InEntryNode | The entry node in the graph |
| InResultNode | The result node in the graph |
| InSourceGraph | The graph the selection is from |
| InDestinationGraph | The destination graph to move the selected nodes to |
| InCollapsableNodes | The selection of nodes being collapsed |