Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSubsystem
Description
Get 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 | GetItemsAtUserProvidedPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
TArray < FContentBrowserItem > GetItemsAtUserProvidedPath
(
const FStringView InPath,
const EContentBrowserItemTypeFilter InItemTypeFilter
) const