Member | Type | Offset | Share |
---|---|---|---|
PinName
Name of this pin |
FString | 0x28 | |
PinToolTip
The tool-tip describing this pin's purpose |
FString | 0x38 | |
Direction
Direction of flow of this pin (input or output) |
EEdGraphPinDirection | 0x48 | |
PinType
The type of information carried on this pin |
FEdGraphPinType | 0x50 | |
DefaultValue
Default value for this pin (used if the pin has no connections), stored as a string |
FString | 0xa8 | |
AutogeneratedDefaultValue
Initial default value (the autogenerated value, to identify if the user has modified the value), stored as a string |
FString | 0xb8 | |
DefaultObject
If the default value for this pin should be an object, we store a pointer to it |
UObject* | 0xc8 | |
DefaultTextValue
If the default value for this pin should be an FText, it is stored here. |
FText | 0xd0 | |
LinkedTo
Set of pins that we are linked to |
TArray<UEdGraphPin_Deprecated*> | 0xe8 | |
SubPins
The pins created when a pin is split and hidden |
TArray<UEdGraphPin_Deprecated*> | 0xf8 | |
ParentPin
The pin that was split and generated this pin |
UEdGraphPin_Deprecated* | 0x108 | |
ReferencePassThroughConnection
Pin that this pin uses for passing through reference connection |
UEdGraphPin_Deprecated* | 0x110 |