UK2Node::CreatePinsForFunctionEntryExit

Creates the pins required for a function entry or exit node (only inputs as outputs or outputs as inputs respectively)

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h

Include

#include "K2Node.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp

Syntax

bool CreatePinsForFunctionEntryExit
(
    const UFunction * Function,
    bool bForFunctionEntry
)

Remarks

Creates the pins required for a function entry or exit node (only inputs as outputs or outputs as inputs respectively)

Returns

true on success.

Parameters

Parameter

Description

Function

The function being implemented that the entry or exit nodes are for.

bForFunctionEntry

True indicates a function entry node, false indicates an exit 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