UContentBrowserDataSubsystem::EnumerateItemsUnderPath

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

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

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h
Include #include "ContentBrowserDataSubsystem.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp
void EnumerateItemsUnderPath
(
    const [FName](API\Runtime\Core\UObject\FName) InPath,
    const [FContentBrowserDataFilter](API\Editor\ContentBrowserData\FContentBrowserDataFilter) & InFilter,
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< bool([FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) &&)> InCallback
) const

Remarks

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