Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- FEdGraphSchemaAction
- FMetasoundGraphSchemaAction
- FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
- FMetasoundGraphSchemaAction_NewInput
- FMetasoundGraphSchemaAction_NewNode
- FMetasoundGraphSchemaAction_NewFromSelected
- FMetasoundGraphSchemaAction_NewVariableNode
- FMetasoundGraphSchemaAction_NewVariableAccessorNode
- FMetasoundGraphSchemaAction_NewVariableDeferredAccessorNode
- FMetasoundGraphSchemaAction_NewVariableMutatorNode
- FMetasoundGraphSchemaAction_PromoteToInput
- FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode
- FMetasoundGraphSchemaAction_PromoteToVariable_DeferredAccessorNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
Syntax
USTRUCT&40;&41;
struct FMetasoundGraphSchemaAction_NodeWithMultipleOutputs : public FMetasoundGraphSchemaAction
Remarks
This is used to combine functionality for nodes that can have multiple outputs and should never be directly instantiated.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
(
FText InNodeCategory, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
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. | |
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |