UMetasoundEditorGraphInput::AddNodeHandle

Adds the node handle for a newly created vertex.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UMetasoundEditorGraphVertex::AddNodeHandle()

UMetasoundEditorGraphInput::AddNodeHandle()

References

Module

MetasoundEditor

Header

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

Include

#include "MetasoundEditorGraph.h"

Source

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

Syntax

virtual Metasound::Frontend::FNodeHandle AddNodeHandle
(
    const FName & InNodeName,
    FName InDataType
)

Remarks

Adds the node handle for a newly created vertex.