InstallBundleUtil::PersistentStats::ETimingStatNames

Stats used to store timing information in [FPersistentTimerData](API\Runtime\InstallBundleManager\FPersistentTimerData) format.

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

/Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h

Include

#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

Description

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

Remarks

*_BG stats are an estimate as we can not account for unexpected crashes, etc.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss