IContentBrowserItemDataSink

The data sink interface that can be used to communicate with the Content Browser Data Subsystem.

Windows
MacOS
Linux

Inheritance Hierarchy

IContentBrowserItemDataSink

UContentBrowserDataSubsystem

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

Name Description

Public function Virtual

~IContentBrowserItemDataSink()

Destructor.

Functions

Name Description

Public function

void

 

NotifyItemDataRefreshed()

Notify a wholesale item data update, for data sources that can't provide delta-updates.

Public function

void

 

QueueItemDataUpdate

(
    FContentBrowserItemDataUpdate&& In...
)

Queue an incremental item data update, for data sources that can provide delta-updates.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss