Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include | #include "BuildPatchSettings.h" |
Syntax
struct FBuildInstallStreamerStats
Remarks
The collection of statistics gathered by the build streamer class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | AverageRequestTime | ||
| uint64 | BundleRequestsCancelled | Float BundleMegaBytesDownloaded; | |
| uint64 | BundleRequestsCompleted | ||
| uint64 | BundleRequestsMade | ||
| uint64 | FileRequestsCancelled | ||
| uint64 | FileRequestsCompleted | Float FileMegaBytesDownloaded; | |
| uint64 | FileRequestsMade | ||
| double | MaxRequestTime | ||
| float | TotalMegaBytesDownloaded | ||
| float | VFCActualFileWrite | ||
| float | VFCCachedTotalSize | ||
| float | VFCCachedUsedSize | ||
| float | VFCRequestedFileWrite |