Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundAssetBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateAndRegisterForSerialization
(
FName CookPlatformName |
Updates and registers this and referenced MetaSound document objects with the NodeClass Registry. | MetasoundAssetBase.h | |
void UpdateAndRegisterForSerialization
(
const Metasound::Frontend::FMetaSoundAssetCookOptions& InCookOptions |
Updates and registers this and referenced MetaSound document objects with the NodeClass Registry. | MetasoundAssetBase.h |
UpdateAndRegisterForSerialization(FName)
Description
Updates and registers this and referenced MetaSound document objects with the NodeClass Registry. AutoUpdates and optimizes aforementioned documents for serialization. Unlike 'UpdateAndRegisterForRuntime', does not generate required runtime data for graph execution.
| Name | UpdateAndRegisterForSerialization |
| 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 |
void UpdateAndRegisterForSerialization
(
FName CookPlatformName
)
UpdateAndRegisterForSerialization(const Metasound::Frontend::FMetaSoundAssetCookOptions &)
Description
Updates and registers this and referenced MetaSound document objects with the NodeClass Registry. AutoUpdates and optimizes aforementioned documents for serialization. Unlike 'UpdateAndRegisterForRuntime', does not generate required runtime data for graph execution.
| Name | UpdateAndRegisterForSerialization |
| 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 |
void UpdateAndRegisterForSerialization
(
const Metasound::Frontend::FMetaSoundAssetCookOptions & InCookOptions
)