ICollectionManager::GetCollectionsContainingObject

Returns a list of collections in which the specified object exists

Windows
MacOS
Linux

References

Module

CollectionManager

Header

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

Include

#include "ICollectionManager.h"

Syntax

void GetCollectionsContainingObject
(
    FName ObjectPath,
    TArray< FCollectionNameType > & OutCollections,
    ECollectionRecursionFlags::Flags RecursionMode
) const

Remarks

Returns a list of collections in which the specified object exists

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