ICollectionManager::GetCollectionNames

Returns the list of collection names of the specified share type

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

References

   
Module CollectionManager
Header /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h
Include #include "ICollectionManager.h"
void GetCollectionNames
(
    [ECollectionShareType::Type](API\Developer\CollectionManager\ECollectionShareType\Type) ShareType,
    [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & CollectionNames
) const

Remarks

Returns the list of collection names of the specified share type


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library