FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode

Promotes an input to a graph variable & respective getter node, using its respective literal value as the default value

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FEdGraphSchemaAction

FMetasoundGraphSchemaAction

FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode

References

Module

MetasoundEditor

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h

Include

#include "MetasoundEditorGraphSchema.h"

Syntax

USTRUCT()
struct FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode : public FMetasoundGraphSchemaAction

Remarks

Promotes an input to a graph variable & respective getter node, using its respective literal value as the default value

Constructors

Overridden from FEdGraphSchemaAction

Name Description

Public function Virtual

UEdGraphNode...

 

PerformAction

(
    UEdGraph* ParentGraph,
    UEdGraphPin* FromPin,
    const FVector2D Location,
    bool bSelectNewNode
)

Execute this action, given the graph and schema, and possibly a pin that we were dragged from.