Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
Description
Attempt to save the given items.
The default implementation of this will call SaveItem for each item. Override if you can provide a more efficient implementation.
| Name | BulkSaveItems |
| 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 BulkSaveItems
(
TArrayView < const FContentBrowserItemData > InItems,
const EContentBrowserItemSaveFlags InSaveFlags
)
True if any items were saved, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InItems | The items to save. |
| InSaveFlags | Flags controlling the rules behind when the item should be saved. |