ICollectionManager::GetChildCollectionNames

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

Windows
MacOS
Linux

References

Module

CollectionManager

Header

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

Include

#include "ICollectionManager.h"

Syntax

void GetChildCollectionNames
(
    FName CollectionName,
    ECollectionShareType::Type ShareType,
    ECollectionShareType::Type ChildShareType,
    TArray< FName > & CollectionNames
) const

Remarks

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

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