Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Adds a variable node to the graph
| Name | FMetasoundGraphSchemaAction_NewVariableNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include Path | #include "MetasoundEditorGraphSchema.h" |
Syntax
USTRUCT ()
struct FMetasoundGraphSchemaAction_NewVariableNode : public FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
Inheritance Hierarchy
- FEdGraphSchemaAction → FMetasoundGraphSchemaAction → FMetasoundGraphSchemaAction_NodeWithMultipleOutputs → FMetasoundGraphSchemaAction_NewVariableNode
Derived Classes
- FMetasoundGraphSchemaAction_NewVariableAccessorNode
- FMetasoundGraphSchemaAction_NewVariableDeferredAccessorNode
- FMetasoundGraphSchemaAction_NewVariableMutatorNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundEditorGraphSchema.h | |||
FMetasoundGraphSchemaAction_NewVariableNode
(
FText InNodeCategory, |
MetasoundEditorGraphSchema.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMetasoundGraphSchemaAction_NewVariableNode() |
MetasoundEditorGraphSchema.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| VariableID | FGuid | MetasoundEditorGraphSchema.h |
Functions
Public
Overridden from FMetasoundGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FSlateBrush * GetIconBrush() |
MetasoundEditorGraphSchema.h | ||
virtual const FLinearColor & GetIconColor() |
MetasoundEditorGraphSchema.h |
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MetasoundEditorGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MetasoundEditorGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MetasoundEditorGraphSchema.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
MetasoundEditorGraphSchema.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FMetasoundFrontendNode * CreateFrontendVariableNode
(
FMetaSoundFrontendDocumentBuilder& DocBuilder |
MetasoundEditorGraphSchema.h | ||
virtual Metasound::Frontend::FNodeHandle CreateFrontendVariableNode
(
const Metasound::Frontend::FGraphHandle& InFrontendGraph, |
MetasoundEditorGraphSchema.h |