Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundAssetBase
Description
Registers the root graph of the given asset with the MetaSound Frontend. Unlike 'UpdateAndRegisterForSerialization", this call generates all necessary runtime data to execute the given graph (i.e. INodes).
| Name | UpdateAndRegisterForExecution |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetBase.h |
| Include Path | #include "MetasoundAssetBase.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundAssetBase.cpp |
virtual void UpdateAndRegisterForExecution
(
Metasound::Frontend::FMetaSoundAssetRegistrationOptions InRegistrationOptions
)