Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- FEdGraphSchemaAction
- FMetasoundGraphSchemaAction
- FMetasoundGraphSchemaAction_NewReroute
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
Syntax
USTRUCT&40;&41;
struct FMetasoundGraphSchemaAction_NewReroute : public FMetasoundGraphSchemaAction
Remarks
Action to create new reroute node
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundGraphSchemaAction_NewReroute
(
const FLinearColor* InIconColor, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FMetasoundGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | GetIconBrush () |
||
| const FLinearColor & | GetIconColor () |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |