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 ExtractEventTemplateForFunction
&40;
class UK2Node_CustomEvent &42; InCustomEvent,
UEdGraphNode &42; InGatewayNode,
class UK2Node_EditablePinBase &42; InEntryNode,
class UK2Node_EditablePinBase &42; InResultNode,
TSet< UEdGraphNode &42; > & InCollapsableNodes
&41;
Remarks
Pulls out the pins to use as a template when collapsing a selection to a function with a custom event involved.
Parameters
| Name | Description |
|---|---|
| InCustomEvent | The custom event used as a template |
| InGatewayNode | The node replacing the selection of nodes |
| InEntryNode | The entry node in the graph |
| InResultNode | The result node in the graph |
| InCollapsableNodes | The selection of nodes being collapsed |