USMAssetImporterJson::FJsonGraphNode
Public Attributes
Public Attributes Documentation
variable
OwnerGuid
variable
NodeGuid
variable
FromGuid
variable
ToGuid
variable
NodeName
variable
NodePosition
variable
bIsEntryNode
bool bIsEntryNode = false;
variable
bDefaultEval
TOptional< bool > bDefaultEval;
variable
JsonObject
TSharedPtr< FJsonObject > JsonObject;
variable
GraphNodeClass
TSubclassOf< USMGraphNode_Base > GraphNodeClass;
variable
GraphNode
USMGraphNode_Base * GraphNode;
variable
ParentNode
TWeakPtr< FJsonGraphNode > ParentNode;
variable
ChildrenNodes
TArray< TWeakPtr< FJsonGraphNode > > ChildrenNodes;