FMetasoundGraphSchemaAction_NewOutput::PerformAction

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FEdGraphSchemaAction::PerformAction()

FMetasoundGraphSchemaAction_NewOutput::PerformAction()

References

Module

MetasoundEditor

Header

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

Include

#include "MetasoundEditorGraphSchema.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp

Syntax

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

Remarks

Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).