Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
*_BG stats are an estimate as we can not account for unexpected crashes, etc.
| Name | InstallBundleUtil::PersistentStats::ETimingStatNames |
| Type | enum |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
Syntax
namespace InstallBundleUtil
{
namespace PersistentStats
{
enum ETimingStatNames
{
TotalTime_Real,
TotalTime_FG,
TotalTime_BG,
ChunkDBDownloadTime_Real,
ChunkDBDownloadTime_FG,
ChunkDBDownloadTime_BG,
InstallTime_Real,
InstallTime_FG,
InstallTime_BG,
PSOTime_Real,
PSOTime_FG,
PSOTime_BG,
NumStatNames,
}
}
}
Values
| Name | Remarks |
|---|---|
| TotalTime_Real | |
| TotalTime_FG | |
| TotalTime_BG | |
| ChunkDBDownloadTime_Real | |
| ChunkDBDownloadTime_FG | |
| ChunkDBDownloadTime_BG | |
| InstallTime_Real | |
| InstallTime_FG | |
| InstallTime_BG | |
| PSOTime_Real | |
| PSOTime_FG | |
| PSOTime_BG | |
| NumStatNames |