Member | Type | Offset | Share |
---|---|---|---|
DeprecatedPins
List of connector pins |
TArray<UEdGraphPin_Deprecated*> | 0x38 | |
NodePosX
X position of node in the editor |
int32_t | 0x48 | |
NodePosY
Y position of node in the editor |
int32_t | 0x4c | |
NodeWidth
Width of node in the editor; only used when the node can be resized |
int32_t | 0x50 | |
NodeHeight
Height of node in the editor; only used when the node can be resized |
int32_t | 0x54 | |
AdvancedPinDisplay
Enum to indicate if a node has advanced-display-pins, and if they are shown |
ENodeAdvancedPins | 0x58 | |
EnabledState | ENodeEnabledState | 0x59 | |
bDisplayAsDisabled : 1 | char | 0x5b | |
bUserSetEnabledState : 1 | char | 0x5b | |
bIsNodeEnabled : 1 | char | 0x5b | |
bHasCompilerMessage : 1 | char | 0x5b | |
NodeComment
Comment string that is drawn on the node |
FString | 0x60 | |
ErrorType
Flag to store node specific compile error/warning |
int32_t | 0x70 | |
ErrorMsg
Error/Warning description |
FString | 0x78 | |
NodeGuid
GUID to uniquely identify this node, to facilitate diffing versions of this graph |
FGuid | 0x88 |