Skip to content

USMGraphNode_StateMachineParentNode¶

Module: SMSystemEditor

Inherits from USMGraphNode_StateMachineStateNode

Protected Functions¶

Name
virtual FLinearColor Internal_GetBackgroundColor() const override

Protected Functions Documentation¶

function Internal_GetBackgroundColor¶

virtual FLinearColor Internal_GetBackgroundColor() const override

Private Attributes Documentation¶

variable ParentClass¶

TSubclassOf< USMInstance > ParentClass;

variable ExpandedGraph¶

TObjectPtr< USMGraph > ExpandedGraph;

A cloned graph of the parent. Only valid during compile after ExpandParentNodes().