ICollectionManager::GetChildCollections

Returns the list of child collections of the given collection

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

References

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

Remarks

Returns the list of child collections of the given collection


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library