EnumerateItemsAtPath

Overload list

Unreal Engine C++ API Reference > Editor > ContentBrowserData > UContentBrowserDataSubsystem

  Type Name Description
Public function Const void

EnumerateItemsAtPath ( const FName InPath,
const EContentBrowserItemTypeFilter InItemTypeFilter,
TFunctionRef< bool(FContentBrowserItem&&)> InCallback
)

Enumerate the items (folders and/or files) that exist at the given virtual path.
Public function Const void

EnumerateItemsAtPath ( const FName InPath,
const EContentBrowserItemTypeFilter InItemTypeFilter,
TFunctionRef< bool(FContentBrowserItemData&&)> InCallback
)

Enumerate the items (folders and/or files) that exist at the given virtual path.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page