Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph
Inheritance Hierarchy
- UEdGraphNode
- UMaterialGraphNode_Base
- UMaterialGraphNode
- UMaterialGraphNode_Composite
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Composite.h |
| Include | #include "MaterialGraph/MaterialGraphNode_Composite.h" |
Syntax
UCLASS (MinimalAPI)
class UMaterialGraphNode_Composite : public UMaterialGraphNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMaterialGraph > | BoundGraph | The graph that this composite node is representing |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMaterialGraphNode_Composite
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | DestroyNode () |
||
| UObject * | |||
| TArray< UEdGraph * > | GetSubGraphs () |
||
| void | |||
| void | PostEditUndo () |
Overridden from UMaterialGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SGraphNode > | |||
| void | OnRenameNode
(
const FString& NewName |
||
| void | PostCopyNode () |
Fix up the node's owner after being copied | |
| void |
Overridden from UMaterialGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void |