| AutogeneratedDefaultValue |
FString |
Initial default value (the autogenerated value, to identify if the user has modified the value), stored as a string |
EdGraph/EdGraphPin.h |
|
| bAdvancedView |
uint32 |
If true, the pin may be hidden by user |
EdGraph/EdGraphPin.h |
|
| bDefaultValueIsIgnored |
uint32 |
If true, the default value on this pin is ignored and should not be set |
EdGraph/EdGraphPin.h |
|
| bDefaultValueIsReadOnly |
uint32 |
If true, the default value of this connector is fixed and cannot be modified by the user (it's visible for reference only) |
EdGraph/EdGraphPin.h |
|
| bDisplayAsMutableRef |
uint32 |
If true, the pin is displayed as ref |
EdGraph/EdGraphPin.h |
|
| bHidden |
uint32 |
If true, this connector is currently hidden. |
EdGraph/EdGraphPin.h |
|
| bNotConnectable |
uint32 |
If true, this connector is unconnectable, and present only to allow the editing of the default text. |
EdGraph/EdGraphPin.h |
|
| DefaultObject |
TObjectPtr< class UObject > |
If the default value for this pin should be an object, we store a pointer to it |
EdGraph/EdGraphPin.h |
|
| DefaultTextValue |
FText |
If the default value for this pin should be an FText, it is stored here. |
EdGraph/EdGraphPin.h |
|
| DefaultValue |
FString |
Default value for this pin (used if the pin has no connections), stored as a string |
EdGraph/EdGraphPin.h |
|
| Direction |
TEnumAsByte< enum EEdGraphPinDirection > |
Direction of flow of this pin (input or output) |
EdGraph/EdGraphPin.h |
|
| LinkedTo |
TArray< TObjectPtr< class UEdGraphPin_Deprecated > > |
Set of pins that we are linked to |
EdGraph/EdGraphPin.h |
|
| ParentPin |
TObjectPtr< UEdGraphPin_Deprecated > |
The pin that was split and generated this pin |
EdGraph/EdGraphPin.h |
|
| PersistentGuid |
FGuid |
Pin name could be changed, so whenever possible it's good to have a persistent GUID identifying Pin to reconstruct Node seamlessly |
EdGraph/EdGraphPin.h |
|
| PinFriendlyName |
FText |
Used as the display name if set |
EdGraph/EdGraphPin.h |
|
| PinName |
FString |
Name of this pin |
EdGraph/EdGraphPin.h |
|
| PinToolTip |
FString |
The tool-tip describing this pin's purpose |
EdGraph/EdGraphPin.h |
|
| PinType |
FEdGraphPinType |
The type of information carried on this pin |
EdGraph/EdGraphPin.h |
|
| ReferencePassThroughConnection |
TObjectPtr< UEdGraphPin_Deprecated > |
Pin that this pin uses for passing through reference connection |
EdGraph/EdGraphPin.h |
|
| SubPins |
TArray< TObjectPtr< class UEdGraphPin_Deprecated > > |
The pins created when a pin is split and hidden |
EdGraph/EdGraphPin.h |
|