ICollectionManager::GetCollectionsContainingObject

Returns a list of collections in which the specified object exists

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

References

   
Module CollectionManager
Header /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h
Include #include "ICollectionManager.h"
void GetCollectionsContainingObject
(
    const [FSoftObjectPath](API\Runtime\CoreUObject\UObject\FSoftObjectPath) & ObjectPath,
    [TArray](API\Runtime\Core\Containers\TArray)< [FCollectionNameType](API\Developer\CollectionManager\FCollectionNameType) > & OutCollections,
    [ECollectionRecursionFlags::Flags](API\Developer\CollectionManager\ECollectionRecursionFlags\Flags) RecursionMode
) const

Remarks

Returns a list of collections in which the specified object exists


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library