Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FMaterialGraphSchemaAction_NewFunctionCall
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
| Include | #include "MaterialGraph/MaterialGraphSchema.h" |
Syntax
struct FMaterialGraphSchemaAction_NewFunctionCall : public FEdGraphSchemaAction
Remarks
Action to add a Material Function call to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | FunctionPath | Path to function that we want to call |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMaterialGraphSchemaAction_NewFunctionCall
(
FText InNodeCategory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Simple type info. |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| FName | GetTypeId () |
||
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |