UContentBrowserDataSubsystem::EnumerateItemsUnderPath

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

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h

Include

#include "ContentBrowserDataSubsystem.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp

Syntax

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

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss