GetCollectionsContainingObject

Overload list

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

  Type Name Description
Public function Const void Returns a list of collections in which the specified object exists
Public function Const void FNames containing full object paths are deprecated. Use FSoftObjectPath instead.
Public function Const void

GetCollectionsContainingObject ( const FSoftObjectPath& ObjectPath,
ECollectionShareType::Type ShareType,
TArray< FName >& OutCollectionNames,
ECollectionRecursionFlags::Flags RecursionMode
)

Returns a list of collections in which the specified object exists of the specified share type
Public function Const void

GetCollectionsContainingObject ( FName ObjectPath,
ECollectionShareType::Type ShareType,
TArray< FName >& OutCollectionNames,
ECollectionRecursionFlags::Flags RecursionMode
)

FNames containing full object paths are deprecated. Use FSoftObjectPath instead.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page