GetObjectsInCollection

Overload list

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

  Type Name Description
Public function Const bool Returns a list of object paths found in the specified collection and share type
Public function Const bool

GetObjectsInCollection ( FName CollectionName,
ECollectionShareType::Type ShareType,
TArray< FName >& ObjectPaths,
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