Navigation
API > API/Editor > API/Editor/UnrealEd
Action to add a composite node to the graph
| Name | FMaterialGraphSchemaAction_NewComposite |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
| Include Path | #include "MaterialGraph/MaterialGraphSchema.h" |
Syntax
USTRUCT ()
struct FMaterialGraphSchemaAction_NewComposite : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FMaterialGraphSchemaAction_NewComposite
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MaterialGraph/MaterialGraphSchema.h | |||
FMaterialGraphSchemaAction_NewComposite
(
FText InNodeCategory, |
MaterialGraph/MaterialGraphSchema.h |
Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeId() |
MaterialGraph/MaterialGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MaterialGraph/MaterialGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MaterialGraph/MaterialGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MaterialGraph/MaterialGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MaterialGraph/MaterialGraphSchema.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UEdGraphNode * SpawnNode
(
UEdGraph* ParentGraph, |
MaterialGraph/MaterialGraphSchema.h | ||
static FName StaticGetTypeId() |
Simple type info. | MaterialGraph/MaterialGraphSchema.h |