Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h |
Include |
#include "K2Node_EditablePinBase.h" |
struct FUserPinInfo
Name | Description | ||
---|---|---|---|
|
TEnumAsByte< EE... |
DesiredPinDirection |
Desired direction for the pin. The direction will be forced to work with the node if necessary |
|
PinDefaultValue |
The default value of the pin |
|
|
PinName |
The name of the pin, as defined by the user |
|
|
PinType |
Type info for the pin |
Name | Description | |
---|---|---|
|
FUserPinInfo() |
|
|
FUserPinInfo ( |
Constructs a FUserPinInfo to match an existing Pin |