Navigation
API > API/Editor > API/Editor/ContentBrowserData
The data sink interface that can be used to communicate with the Content Browser Data Subsystem.
| Name | IContentBrowserItemDataSink |
| Type | class |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
Syntax
class IContentBrowserItemDataSink
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IContentBrowserItemDataSink() |
Destructor. | ContentBrowserItemData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConvertInternalPathToVirtual
(
const FStringView InPath, |
Converts an internal path to a virtual path. | ContentBrowserItemData.h | |
void NotifyItemDataRefreshed() |
Notify a wholesale item data update, for data sources that can't provide delta-updates. | ContentBrowserItemData.h | |
void QueueItemDataUpdate
(
FContentBrowserItemDataUpdate&& InUpdate |
Queue an incremental item data update, for data sources that can provide delta-updates. | ContentBrowserItemData.h |