ICollectionManager::GetCollections

Returns the list of collections with the given name

Unreal Engine C++ API Reference > Developer > CollectionManager > ICollectionManager > GetCollections

References

   
Module CollectionManager
Header /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h
Include #include "ICollectionManager.h"
void GetCollections
(
    [FName](API\Runtime\Core\UObject\FName) CollectionName,
    [TArray](API\Runtime\Core\Containers\TArray)< [FCollectionNameType](API\Developer\CollectionManager\FCollectionNameType) > & OutCollections
) const

Remarks

Returns the list of collections with the given name


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library