UK2Node_EditablePinBase::CreateUserDefinedPin

Creates a UserPinInfo from the specified information, and also adds a pin based on that description to the node

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_EditablePinBase.h"

Source

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

Syntax

UEdGraphPin * CreateUserDefinedPin
(
    const FName InPinName,
    const FEdGraphPinType & InPinType,
    EEdGraphPinDirection InDesiredDirection,
    bool bUseUniqueName
)

Remarks

Creates a UserPinInfo from the specified information, and also adds a pin based on that description to the node

Parameters

Parameter

Description

InPinName

Name of the pin to create

InPinType

The type info for the pin to create

InDesiredDirection

Desired direction of the pin, will auto-correct if the direction is not allowed on the pin.

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