Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UMaterialGraphNode_Composite |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Composite.h |
| Include Path | #include "MaterialGraph/MaterialGraphNode_Composite.h" |
Syntax
UCLASS (MinimalAPI)
class UMaterialGraphNode_Composite : public UMaterialGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UMaterialGraphNode_Base → UMaterialGraphNode → UMaterialGraphNode_Composite
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialGraphNode_Composite
(
const FObjectInitializer& ObjectInitializer |
MaterialGraph/MaterialGraphNode_Composite.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundGraph | TObjectPtr< UMaterialGraph > | The graph that this composite node is representing | MaterialGraph/MaterialGraphNode_Composite.h |
Functions
Public
Overridden from UMaterialGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostCopyNode() |
Fix up the node's owner after being copied | MaterialGraph/MaterialGraphNode_Composite.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SGraphNode > CreateVisualWidget() |
MaterialGraph/MaterialGraphNode_Composite.h | ||
virtual void DestroyNode() |
MaterialGraph/MaterialGraphNode_Composite.h | ||
virtual UObject * GetJumpTargetForDoubleClick() |
MaterialGraph/MaterialGraphNode_Composite.h | ||
| MaterialGraph/MaterialGraphNode_Composite.h | |||
virtual void OnRenameNode
(
const FString& NewName |
MaterialGraph/MaterialGraphNode_Composite.h | ||
virtual void PostPasteNode() |
MaterialGraph/MaterialGraphNode_Composite.h | ||
virtual void PrepareForCopying() |
MaterialGraph/MaterialGraphNode_Composite.h | ||
virtual void ReconstructNode() |
MaterialGraph/MaterialGraphNode_Composite.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditUndo() |
MaterialGraph/MaterialGraphNode_Composite.h |