Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundPatch
Description
Returns the graph associated with this Metasound. Graph is required to be referenced on MetasoundUObject for editor serialization purposes.
Virtual Inheritance
- FMetasoundAssetBase::GetGraph → UMetaSoundPatch::GetGraph
| Name | GetGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/Metasound.h |
| Include Path | #include "Metasound.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/Metasound.cpp |
virtual UEdGraph * GetGraph() const
Editor graph associated with UMetaSoundSource.