ICollectionManager::GetParentCollection

Returns the parent collection of the given collection, or an unset value if there is no parent set

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

References

   
Module CollectionManager
Header /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h
Include #include "ICollectionManager.h"
[TOptional](API\Runtime\Core\IO\TOptional)< [FCollectionNameType](API\Developer\CollectionManager\FCollectionNameType) > GetParentCollection
(
    [FName](API\Runtime\Core\UObject\FName) CollectionName,
    [ECollectionShareType::Type](API\Developer\CollectionManager\ECollectionShareType\Type) ShareType
) const

Remarks

Returns the parent collection of the given collection, or an unset value if there is no parent set


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library