DirectoriesToRegister

Directories to scan & automatically register MetaSound post initial asset scan on engine start-up.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditAnywhere, Config, Category=Registration, Meta=(RelativePath, LongPackageName))
TArray< FDirectoryPath > DirectoriesToRegister

Remarks

Directories to scan & automatically register MetaSound post initial asset scan on engine start-up. May speed up subsequent calls to playback MetaSounds post asset scan but increases application load time. See 'MetaSoundAssetSubsystem::RegisterAssetClassesInDirectories' to dynamically register or 'MetaSoundAssetSubsystem::UnregisterAssetClassesInDirectories' to unregister asset classes.