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