Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_ExecutionSequence
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ExecutionSequence.h |
Include | #include "K2Node_ExecutionSequence.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_ExecutionSequence.cpp |
void InsertPinIntoExecutionNode
&40;
UEdGraphPin &42; PinToInsertBefore,
EPinInsertPosition Position
&41;
Remarks
Inserts a new execution pin, before the specified execution pin, into an execution node
Parameters
Name | Description |
---|---|
PinToInsertBefore | The pin to insert a new pin before on the node |