Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundPatch
- FMetasoundAssetBase::SetGraph()
- UMetaSoundPatch::SetGraph()
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/Metasound.h |
| Include | #include "Metasound.h" |
virtual void SetGraph
&40;
UEdGraph &42; InGraph
&41;
Remarks
Sets the graph associated with this Metasound. Graph is required to be referenced on MetasoundUObject for editor serialization purposes.
Parameters
| Name | Description |
|---|---|
| Editor | graph associated with UMetaSoundSource. |