Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IMetaSoundAssetManager
Description
Versions all MetaSound asset tags & documents found within the given folder paths. Optionally, recurses the given paths. Populates the provided array with MetaSound packages whose document versions were out-of-date and consequently updated. Returns resulting versioned and unversioned paths.
| Name | VersionAssetsInFolders |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
FVersionAssetResults VersionAssetsInFolders
(
const TArray < FString > & FolderPaths,
bool bRecursePaths
) const