UK2Node_ExecutionSequence::InsertPinIntoExecutionNode

Inserts a new execution pin, before the specified execution pin, into an execution node

Windows
MacOS
Linux

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

Syntax

void InsertPinIntoExecutionNode
(
    UEdGraphPin * PinToInsertBefore,
    EPinInsertPosition Position
)

Remarks

Inserts a new execution pin, before the specified execution pin, into an execution node

Parameters

Parameter

Description

PinToInsertBefore

The pin to insert a new pin before on the node

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss