Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundAssetBase
- FMetasoundAssetBase::SetGraph()
- UMetaSoundSource::SetGraph()
- UMetaSoundPatch::SetGraph()
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetBase.h |
| Include | #include "MetasoundAssetBase.h" |
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 this metasound object. |