Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Tracks install stats for a given cloud directory.
| Name | FCloudDirectoryStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstaller.h |
| Include Path | #include "Interfaces/IBuildInstaller.h" |
Syntax
struct FCloudDirectoryStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CloudDirectory | FString | The identifier for this cloud directory, e.g. base URL. | Interfaces/IBuildInstaller.h | |
| ErrorCount | uint32 | Total number of errors encountered from this cloud directory. | Interfaces/IBuildInstaller.h | |
| TotalReceivedData | uint64 | Total number of bytes downloaded from this cloud directory. | Interfaces/IBuildInstaller.h |