ICollectionManager::GetParentCollection

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

Windows
MacOS
Linux

References

Module

CollectionManager

Header

/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h

Include

#include "ICollectionManager.h"

Syntax

TOptional< FCollectionNameType > GetParentCollection
(
    FName CollectionName,
    ECollectionShareType::Type ShareType
) const

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss