Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- FEdGraphSchemaAction
- FMetasoundGraphSchemaAction
- FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
- FMetasoundGraphSchemaAction_NewVariableNode
- FMetasoundGraphSchemaAction_NewVariableAccessorNode
- FMetasoundGraphSchemaAction_NewVariableDeferredAccessorNode
- FMetasoundGraphSchemaAction_NewVariableMutatorNode
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
Syntax
USTRUCT&40;&41;
struct FMetasoundGraphSchemaAction_NewVariableNode : public FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
Remarks
Adds a variable node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | VariableID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundGraphSchemaAction_NewVariableNode
(
FText InNodeCategory, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| Metasound::Frontend::FNodeHandle | CreateFrontendVariableNode
(
const Metasound::Frontend::FGraphHandle& InFrontendGraph, |
Derived classes should override this method to create the desired frontend node. |
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. |