Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
Description
Attempt to open the given items for read-only viewing.
The default implementation of this will call ViewItem for each item. Override if you can provide a more efficient implementation.
| Name | BulkViewItems |
| 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 BulkViewItems
(
TArrayView < const FContentBrowserItemData > InItems
)
True if any items were opened for read-only viewing, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InItems | The items to view. |