Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundAssetBase
Description
Returns the graph associated with this Metasound. Graph is required to be referenced on MetasoundUObject for editor serialization purposes.
| Name | GetGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetBase.h |
| Include Path | #include "MetasoundAssetBase.h" |
UEdGraph * GetGraph() const
Editor graph associated with this metasound uobject.