UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InstallBundleUtil::FContentRequestStatsMap Class Reference

#include <InstallBundleUtils.h>

Public Member Functions

INSTALLBUNDLEMANAGER_API void StatsBegin (const FContentRequestStatsKey &Key)
 
INSTALLBUNDLEMANAGER_API void StatsEnd (const FContentRequestStatsKey &Key)
 
INSTALLBUNDLEMANAGER_API void StatsBegin (const FContentRequestStatsKey &Key, const TCHAR *State)
 
INSTALLBUNDLEMANAGER_API void StatsEnd (const FContentRequestStatsKey &Key, const TCHAR *State, uint64 DataSize=0)
 
INSTALLBUNDLEMANAGER_API void StatsReset (const FContentRequestStatsKey &Key)
 
const FContentRequestStatsFindStats (const FContentRequestStatsKey &Key) const
 
const FContentRequestStatsFindStatsChecked (const FContentRequestStatsKey &Key) const
 
void StatsBegin (FName BundleName)
 
void StatsEnd (FName BundleName)
 
void StatsBegin (FName BundleName, const TCHAR *State)
 
void StatsEnd (FName BundleName, const TCHAR *State, uint64 DataSize=0)
 
void StatsReset (FName BundleName)
 
const TMap< FContentRequestStatsKey, FContentRequestStats > & GetMap ()
 

Member Function Documentation

◆ FindStats()

const FContentRequestStats * InstallBundleUtil::FContentRequestStatsMap::FindStats ( const FContentRequestStatsKey Key) const
inline

◆ FindStatsChecked()

const FContentRequestStats & InstallBundleUtil::FContentRequestStatsMap::FindStatsChecked ( const FContentRequestStatsKey Key) const
inline

◆ GetMap()

const TMap< FContentRequestStatsKey, FContentRequestStats > & InstallBundleUtil::FContentRequestStatsMap::GetMap ( )
inline

◆ StatsBegin() [1/4]

void InstallBundleUtil::FContentRequestStatsMap::StatsBegin ( const FContentRequestStatsKey Key)

◆ StatsBegin() [2/4]

void InstallBundleUtil::FContentRequestStatsMap::StatsBegin ( const FContentRequestStatsKey Key,
const TCHAR State 
)

◆ StatsBegin() [3/4]

void InstallBundleUtil::FContentRequestStatsMap::StatsBegin ( FName  BundleName)
inline

◆ StatsBegin() [4/4]

void InstallBundleUtil::FContentRequestStatsMap::StatsBegin ( FName  BundleName,
const TCHAR State 
)
inline

◆ StatsEnd() [1/4]

void InstallBundleUtil::FContentRequestStatsMap::StatsEnd ( const FContentRequestStatsKey Key)

◆ StatsEnd() [2/4]

void InstallBundleUtil::FContentRequestStatsMap::StatsEnd ( const FContentRequestStatsKey Key,
const TCHAR State,
uint64  DataSize = 0 
)

◆ StatsEnd() [3/4]

void InstallBundleUtil::FContentRequestStatsMap::StatsEnd ( FName  BundleName)
inline

◆ StatsEnd() [4/4]

void InstallBundleUtil::FContentRequestStatsMap::StatsEnd ( FName  BundleName,
const TCHAR State,
uint64  DataSize = 0 
)
inline

◆ StatsReset() [1/2]

void InstallBundleUtil::FContentRequestStatsMap::StatsReset ( const FContentRequestStatsKey Key)

◆ StatsReset() [2/2]

void InstallBundleUtil::FContentRequestStatsMap::StatsReset ( FName  BundleName)
inline

The documentation for this class was generated from the following files: