Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
Description
Queue an incremental item data update, for data sources that can provide delta-updates. These updates are flushed out at the end of the next call to Tick on the Content Browser Data Subsystem.
| Name | QueueItemDataUpdate |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
void QueueItemDataUpdate
(
FContentBrowserItemDataUpdate && InUpdate
)
Parameters
| Name | Remarks |
|---|---|
| InUpdate | The update describing how the item has changed. |