FUserPinInfo

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_EditablePinBase.h"

Syntax

struct FUserPinInfo

Variables

Name Description

Public variable

TEnumAsByte< EE...

 

DesiredPinDirection

Desired direction for the pin. The direction will be forced to work with the node if necessary

Public variable

FString

 

PinDefaultValue

The default value of the pin

Public variable

FName

 

PinName

The name of the pin, as defined by the user

Public variable

FEdGraphPinType

 

PinType

Type info for the pin

Constructors

Name Description

Public function

FUserPinInfo()

Public function

FUserPinInfo

(
    const UEdGraphPin& InPin
)

Constructs a FUserPinInfo to match an existing 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