Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- FEdGraphSchemaAction
- FMetasoundGraphSchemaAction
- FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
- FMetasoundGraphSchemaAction_NewNode
- FMetasoundGraphSchemaAction_NewFromSelected
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
Syntax
USTRUCT ()
struct FMetasoundGraphSchemaAction_NewNode : public FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
Remarks
Action to add a node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendClassMetadata | ClassMetadata | Class Metadata of node to create |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundGraphSchemaAction_NewNode
(
const FText& InNodeCategory, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Overridden from FMetasoundGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | GetIconBrush () |
||
| const FLinearColor & | GetIconColor () |