| AmortizeDuration |
double |
Wall clock duration of filtering all items. |
ContentBrowserTelemetry.h |
|
| bCompleted |
bool |
Whether this filtering session completed before being interrupted/cancelled in some way. |
ContentBrowserTelemetry.h |
|
| FilterSessionCorrelationGuid |
FGuid |
Guid assigned to the set of backend items the frontend is filtering here |
ContentBrowserTelemetry.h |
|
| FrontendFilters |
TSharedPtr< FAssetFilterCollectionType > |
'Frontend' filter (amortized in asset view tick) 'Backend' filter data is available in backend items telemetry - requires correlation |
ContentBrowserTelemetry.h |
|
| PriorityItemsToFilter |
int32 |
The number of items that were required to be filtered immediately. |
ContentBrowserTelemetry.h |
|
| ResultLatency |
TOptional< double > |
Latency until first result is added (if any results were found) |
ContentBrowserTelemetry.h |
|
| TimeUntilInteraction |
TOptional< double > |
Time until user interacted with filter results - e.g. opened an asset from the list, even if filtering was not complete. |
ContentBrowserTelemetry.h |
|
| TotalItemsToFilter |
int32 |
The total number of items returned from the backend that needed filtering. |
ContentBrowserTelemetry.h |
|
| TotalResults |
int32 |
Total number of items that passed the filters. |
ContentBrowserTelemetry.h |
|
| ViewCorrelationGuid |
FGuid |
Guid assigned to the originating instance of SAssetView. |
ContentBrowserTelemetry.h |
|
| WorkDuration |
double |
Actual cumulative tick time of filtering. |
ContentBrowserTelemetry.h |
|