Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UMetaSoundSettings
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSettings.h |
| Include | #include "MetasoundSettings.h" |
Syntax
UCLASS (Config=MetaSound, defaultconfig, Meta=(DisplayName="MetaSounds"))
class UMetaSoundSettings : public UDeveloperSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDefaultMetaSoundAssetAutoUpdateSettings > | AutoUpdateAssetDenylist | List of MetaSound assets whose node references should not be AutoUpdated. | |
| TArray< FMetasoundFrontendClassName > | AutoUpdateDenylist | List of native MetaSound classes whose node references should not be AutoUpdated. | |
| bool | bAutoUpdateEnabled | If true, AutoUpdate is enabled, increasing load times. | |
| bool | bAutoUpdateLogWarningOnDroppedConnection | If true, warnings will be logged if updating a node results in existing connections being discarded. | |
| int32 | DenyListCacheChangeID | ||
| TArray< FDirectoryPath > | DirectoriesToRegister | Directories to scan & automatically register MetaSound post initial asset scan on engine start-up. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| const TArray< FMetaSoundQualitySettings > & |