InstallBundleUtil::PersistentStats::ECountStatNames

Stats used to store count information in an int 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 ECountStatNames
        {
            NumResumedFromBackground,
            NumResumedFromLaunch,
            NumBackgrounded,
            NumStatNames,
        }
    }
}

Values

Name

Description

NumResumedFromBackground

NumResumedFromLaunch

NumBackgrounded

NumStatNames

Remarks

Stats used to store count information in an int format.

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