Navigation
API > API/Editor > API/Editor/UnrealEd
Action to add a Material Function call to the graph
| Name | FMaterialGraphSchemaAction_NewFunctionCall |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
| Include Path | #include "MaterialGraph/MaterialGraphSchema.h" |
Syntax
USTRUCT ()
struct FMaterialGraphSchemaAction_NewFunctionCall : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FMaterialGraphSchemaAction_NewFunctionCall
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MaterialGraph/MaterialGraphSchema.h | |||
FMaterialGraphSchemaAction_NewFunctionCall
(
FText InNodeCategory, |
MaterialGraph/MaterialGraphSchema.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FunctionPath | FString | Path to function that we want to call | 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 FName StaticGetTypeId() |
Simple type info. | MaterialGraph/MaterialGraphSchema.h |