ICollectionManager::GetCollectionsContainingObjects

Returns a list of collections in which any of the specified objects exist

Windows
MacOS
Linux

References

Module

CollectionManager

Header

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

Include

#include "ICollectionManager.h"

Syntax

void GetCollectionsContainingObjects
(
    const TArray< FName > & ObjectPaths,
    TMap< FCollectionNameType, TArray< FName >> & OutCollectionsAndMatchedObjects,
    ECollectionRecursionFlags::Flags RecursionMode
) const

Remarks

Returns a list of collections in which any of the specified objects exist

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