Navigation
Unreal Engine C++ API Reference > 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 ( [FContentBrowserItemDataUpdate](API\Editor\ContentBrowserData\FContentBrowserItemDataUpdate) && InUpdate )
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. |