EnumerateItemsUnderPath

Overload list

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

  Type Name Description
Public function Const void

EnumerateItemsUnderPath ( const FName InPath,
const FContentBrowserDataFilter& InFilter,
TFunctionRef< bool(FContentBrowserItem&&)> InCallback
)

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

EnumerateItemsUnderPath ( const FName InPath,
const FContentBrowserDataFilter& InFilter,
TFunctionRef< bool(FContentBrowserItemData&&)> InCallback
)

Enumerate the items (folders and/or files) that exist under 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