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