Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Action to add a new graph member and member node to the graph, with the given default literal
| Name | FMetasoundGraphSchemaAction_NewGraphMember |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include Path | #include "MetasoundEditorGraphSchema.h" |
Syntax
USTRUCT ()
struct FMetasoundGraphSchemaAction_NewGraphMember : public FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
Inheritance Hierarchy
- FEdGraphSchemaAction → FMetasoundGraphSchemaAction → FMetasoundGraphSchemaAction_NodeWithMultipleOutputs → FMetasoundGraphSchemaAction_NewGraphMember
Derived Classes
- FMetasoundGraphSchemaAction_NewGraphInput
- FMetasoundGraphSchemaAction_NewGraphOutput
- FMetasoundGraphSchemaAction_NewGraphVariable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundEditorGraphSchema.h | |||
FMetasoundGraphSchemaAction_NewGraphMember
(
FName InDataType, |
MetasoundEditorGraphSchema.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMetasoundGraphSchemaAction_NewGraphMember() |
MetasoundEditorGraphSchema.h |