Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSettings.h |
Include |
#include "MetasoundSettings.h" |
UCLASS(Config=MetaSound, defaultconfig, Meta=(DisplayName="MetaSounds"))
class UMetaSoundSettings : public UDeveloperSettings
Name | Description | ||
---|---|---|---|
|
AutoUpdateAssetDenylist |
List of MetaSound assets whose node references should not be AutoUpdated. |
|
|
AutoUpdateDenylist |
List of native MetaSound classes whose node references should not be AutoUpdated. |
|
|
bAutoUpdateEnabled |
If true, AutoUpdate is enabled, increasing load times. |
|
|
DenyListCacheChangeID |
||
|
DirectoriesToRegister |
Directories to scan & automatically register MetaSound post initial asset scan on engine start-up. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
UObject interface |