FMetasoundGraphSchemaAction_NewVariableAccessorNode::CreateFrontendVariableNode

Derived classes should override this method to create the desired frontend node.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FMetasoundGraphSchemaAction_NewVariableNode::CreateFrontendVariableNode()

FMetasoundGraphSchemaAction_NewVariableAccessorNode::CreateFrontendVariableNode()

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 Metasound::Frontend::FNodeHandle CreateFrontendVariableNode
(
    const Metasound::Frontend::FGraphHandle & InFrontendGraph,
    const FGuid & InVariableID
) const

Remarks

Derived classes should override this method to create the desired frontend node.