Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IMetaSoundAssetManager
Description
Sets all access flags to the provided flags for the given assets. Optionally, recurses the given paths. Populates the provided array with MetaSound packages whose document versions were out-of-date and consequently updated. Returns resulting assets that were updated and those not.
| Name | SetAccessFlagsOnAssetsInFolders |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
FVersionAssetResults SetAccessFlagsOnAssetsInFolders
(
const TArray < FString > & FolderPaths,
EMetasoundFrontendClassAccessFlags Flags,
bool bRecursePaths
) const