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