GetClassesInCollection

Overload list

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

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

GetClassesInCollection ( FName CollectionName,
ECollectionShareType::Type ShareType,
TArray< FName >& ClassPaths,
ECollectionRecursionFlags::Flags RecursionMode
)

FNames containing class paths are deprecated. Use FTopLevelAssetPath instead.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page