ICollectionManager::GetAssetsInCollection

Returns a list of asset paths found in the specified collection and share type

Windows
MacOS
Linux

References

Module

CollectionManager

Header

/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h

Include

#include "ICollectionManager.h"

Syntax

bool GetAssetsInCollection
(
    FName CollectionName,
    ECollectionShareType::Type ShareType,
    TArray< FName > & OutAssetPaths,
    ECollectionRecursionFlags::Flags RecursionMode
) const

Remarks

Returns a list of asset paths found in the specified collection and share type

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss