UMetasoundEditorGraphMember::GetOwningGraph

Returns the parent MetaSound Graph.

Choose your operating system:

Windows

macOS

Linux

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

const UMetasoundEditorGraph * GetOwningGraph() const

Remarks

Returns the parent MetaSound Graph. If the Outer object of the member is non a UMetasoundEditorGraph, returns a nullptr.