Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowser
References
Module | ContentBrowser |
Header | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserTelemetry.h |
Include | #include "ContentBrowserTelemetry.h" |
Syntax
struct FBackendFilterTelemetry
Variables
Type | Name | Description |
---|---|---|
bool | bHasCustomItemSources | Whether this view had a delegate bound for providing custom items. |
const FContentB... | DataFilter | Optional pointer to the filter passed to the backend - not to be stored past the lifetime of the telemetry handler. |
FGuid | FilterSessionCorrelationGuid | Guid assigned to this set of backend items for correlation with frontend filtering. |
int32 | NumBackendItems | Number of items returned from the backend. |
double | RefreshSourceItemsDurationSeconds | Wall-clock duration of fetching all items from the backend. |
FGuid | ViewCorrelationGuid | Guid assigned to the originating instance of SAssetView. |
Constructors
Type | Name | Description |
---|---|---|
FBackendFilterTelemetry ( FGuid InViewCorrelationGuid, FGuid InFilterSessionCorrelationGui... ) |
Constants
Name | Description |
---|---|
TelemetryID |