Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include | #include "MetasoundAssetManager.h" |
Syntax
struct FMetaSoundAssetRegistrationOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoUpdate | Attempt to auto-update (Only runs if class not registered or set to force re-register. Will not respect being set to true if project-level MetaSoundSettings specify to not run auto-update.) | |
| bool | bAutoUpdateLogWarningOnDroppedConnection | If true, warnings will be logged if updating a node results in existing connections being discarded. | |
| bool | bForceReregister | If true, forces a re-register of this class (and all class dependencies if the following option 'bRegisterDependencies' is enabled). | |
| bool | bForceViewSynchronization | If true, forces flag to resync all view (editor) data pertaining to the given asset(s) being registered. | |
| bool | bRebuildReferencedAssetClasses | Attempt to rebuild referenced classes (only run if class not registered or set to force re-register) | |
| bool | bRegisterDependencies | If true, recursively attempts to register dependencies. |