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&40;Config&61;MetaSound, defaultconfig, Meta&61;&40;DisplayName&61;"MetaSounds"&41;&41;
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. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject interface |