ICollectionManager::GetChildCollectionNames

Returns the list of child collections of the given collection that are also 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 GetChildCollectionNames
(
    [FName](API\Runtime\Core\UObject\FName) CollectionName,
    [ECollectionShareType::Type](API\Developer\CollectionManager\ECollectionShareType\Type) ShareType,
    [ECollectionShareType::Type](API\Developer\CollectionManager\ECollectionShareType\Type) ChildShareType,
    [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & CollectionNames
) const

Remarks

Returns the list of child collections of the given collection that are also of the specified share type


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library