Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnumerateItemsAtUserProvidedPath
(
const FStringView InPath, |
Enumerate the items (folders and/or files) that exist at the given user provided path. | ContentBrowserDataSubsystem.h | |
void EnumerateItemsAtUserProvidedPath
(
const FStringView InPath, |
ContentBrowserDataSubsystem.h |
EnumerateItemsAtUserProvidedPath(const FStringView, const EContentBrowserItemTypeFilter, TFunctionRef< bool(FContentBrowserItem &&)>)
Description
Enumerate the items (folders and/or files) that exist at the given user provided path. The user provided path can be any path format any of the data sources support other than a virtual path. The data sources will deduce the path type.
Multiple items may have the same virtual path if they are different types, or come from different data sources.
| Name | EnumerateItemsAtUserProvidedPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
void EnumerateItemsAtUserProvidedPath
(
const FStringView InPath,
const EContentBrowserItemTypeFilter InItemTypeFilter,
TFunctionRef < bool &&)> InCallback
) const
EnumerateItemsAtUserProvidedPath(const FStringView, const EContentBrowserItemTypeFilter, TFunctionRef< bool(FContentBrowserItemData &&)>)
| Name | EnumerateItemsAtUserProvidedPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
void EnumerateItemsAtUserProvidedPath
(
const FStringView InPath,
const EContentBrowserItemTypeFilter InItemTypeFilter,
TFunctionRef < bool &&)> InCallback
) const