Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- FEdGraphSchemaAction
- FMetasoundGraphSchemaAction
- FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
- 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_PromoteToVariable_DeferredAccessorNode : public FMetasoundGraphSchemaAction_NodeWithMultipleOutputs
Remarks
Promotes an input to a graph variable & respective deferred getter node, using its respective literal value as the default value
Constructors
| Type | Name | Description | |
|---|---|---|---|
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. |