Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSubsystem
Description
Get the items (folders and/or files) that exist at the given virtual path.
Multiple items may have the same virtual path if they are different types, or come from different data sources.
| Name | GetItemsAtPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="ContentBrowser")
TArray < FContentBrowserItem > GetItemsAtPath
(
const FName InPath,
const EContentBrowserItemTypeFilter InItemTypeFilter
) const