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