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