Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | FUserPinInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h |
| Include Path | #include "K2Node_EditablePinBase.h" |
Syntax
USTRUCT ()
struct FUserPinInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUserPinInfo () |
K2Node_EditablePinBase.h | ||
FUserPinInfo
(
const UEdGraphPin& InPin |
Constructs a FUserPinInfo to match an existing Pin | K2Node_EditablePinBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DesiredPinDirection | TEnumAsByte< EEdGraphPinDirection > | Desired direction for the pin. The direction will be forced to work with the node if necessary | K2Node_EditablePinBase.h | |
| PinDefaultValue | FString | The default value of the pin | K2Node_EditablePinBase.h | |
| PinName | FName | The name of the pin, as defined by the user | K2Node_EditablePinBase.h | |
| PinType | FEdGraphPinType | Type info for the pin | K2Node_EditablePinBase.h |