Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
Description
Enumerate the items (files) that exist for the given objects.
Multiple items may have the same virtual path if they are different types, or come from different data sources.
| Name | EnumerateItemsForObjects |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
virtual bool EnumerateItemsForObjects
(
const TArrayView < UObject * > InObjects,
TFunctionRef < bool &&)> InCallback
)
Parameters
| Name | Remarks |
|---|---|
| InObjects | The objects to enumerate |
| InCallback | The function to invoke for each matching item (return true to continue enumeration). |