Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
void QueueItemDataUpdate
&40;
FContentBrowserItemDataUpdate && InUpdate
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| InUpdate | The update describing how the item has changed. |