FMetasoundAssetBase::GetGraph

Returns the graph associated with this Metasound.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FMetasoundAssetBase::GetGraph()

UMetaSoundSource::GetGraph()

UMetaSound::GetGraph()

References

Module

MetasoundFrontend

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetBase.h

Include

#include "MetasoundAssetBase.h"

Syntax

UEdGraph * GetGraph()

Remarks

Returns the graph associated with this Metasound. Graph is required to be referenced on MetasoundUObject for editor serialization purposes.

Returns

Editor graph associated with this metasound uobject.