Navigation
API > API/Runtime > API/Runtime/AssetRegistry
Information about an asset registry update that was triggered by the directory watcher module.
| Name | FDirectoryWatcherUpdateTelemetry |
| Type | struct |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetRegistryTelemetry.h |
| Include Path | #include "AssetRegistry/AssetRegistryTelemetry.h" |
Syntax
struct FDirectoryWatcherUpdateTelemetry
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TelemetryID | FGuid | AssetRegistry/AssetRegistryTelemetry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAdditionalMountSearchInProgress | bool | Whether an additional main background async gather was started at this time. | AssetRegistry/AssetRegistryTelemetry.h | |
| bInitialSearchCompleted | bool | Whether the main background async gather was completed at this time. | AssetRegistry/AssetRegistryTelemetry.h | |
| bInitialSearchStarted | bool | Whether the main background async gather was started at this time. | AssetRegistry/AssetRegistryTelemetry.h | |
| Changes | TConstArrayView< FFileChangeData > | File change data from watcher. | AssetRegistry/AssetRegistryTelemetry.h | |
| DurationSeconds | double | Total time spent in update handler. | AssetRegistry/AssetRegistryTelemetry.h |