Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FMaterialGraphSchemaAction_Paste
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
| Include | #include "MaterialGraph/MaterialGraphSchema.h" |
Syntax
struct FMaterialGraphSchemaAction_Paste : public FEdGraphSchemaAction
Remarks
Action to paste clipboard contents into the graph
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMaterialGraphSchemaAction_Paste
(
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. |