UMetaSoundSource::GetGraph

Returns the graph associated with this Metasound.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FMetasoundAssetBase::GetGraph()

UMetaSoundSource::GetGraph()

References

Module

MetasoundEngine

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h

Include

#include "MetasoundSource.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSource.cpp

Syntax

virtual 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 UMetaSoundSource.