![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| class | FBundlePersistentStats |
| class | FPersistentStatContainerBase |
| class | FPersistentStatsBase |
| class | FPersistentTimerData |
| class | FSessionPersistentStats |
Enumerations | |
| enum class | ETimingStatNames : uint8 { 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 } |
| enum class | ECountStatNames : uint8 { NumResumedFromBackground , NumResumedFromLaunch , NumBackgrounded , NumStatNames } |
|
strong |
|
strong |
| INSTALLBUNDLEMANAGER_API ETimingStatNames InstallBundleUtil::PersistentStats::GetAssociatedBGTimerName | ( | ETimingStatNames | InTimerType | ) |
| INSTALLBUNDLEMANAGER_API ETimingStatNames InstallBundleUtil::PersistentStats::GetAssociatedFGTimerName | ( | ETimingStatNames | InTimerType | ) |
| INSTALLBUNDLEMANAGER_API ETimingStatNames InstallBundleUtil::PersistentStats::GetAssociatedRealTimerName | ( | ETimingStatNames | InTimerType | ) |
| INSTALLBUNDLEMANAGER_API bool InstallBundleUtil::PersistentStats::IsTimerBG | ( | ETimingStatNames | InTimerType | ) |
| INSTALLBUNDLEMANAGER_API bool InstallBundleUtil::PersistentStats::IsTimerFG | ( | ETimingStatNames | InTimerType | ) |
| INSTALLBUNDLEMANAGER_API bool InstallBundleUtil::PersistentStats::IsTimerReal | ( | ETimingStatNames | InTimerType | ) |
| INSTALLBUNDLEMANAGER_API const FString & InstallBundleUtil::PersistentStats::LexToString | ( | ECountStatNames | InType | ) |
| INSTALLBUNDLEMANAGER_API const FString & InstallBundleUtil::PersistentStats::LexToString | ( | ETimingStatNames | InType | ) |