![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 FContentRequestStats * | FindStats (const FContentRequestStatsKey &Key) const |
| const FContentRequestStats & | FindStatsChecked (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 () |
|
inline |
|
inline |
|
inline |
| void InstallBundleUtil::FContentRequestStatsMap::StatsBegin | ( | const FContentRequestStatsKey & | Key | ) |
| void InstallBundleUtil::FContentRequestStatsMap::StatsBegin | ( | const FContentRequestStatsKey & | Key, |
| const TCHAR * | State | ||
| ) |
|
inline |
| void InstallBundleUtil::FContentRequestStatsMap::StatsEnd | ( | const FContentRequestStatsKey & | Key | ) |
| void InstallBundleUtil::FContentRequestStatsMap::StatsEnd | ( | const FContentRequestStatsKey & | Key, |
| const TCHAR * | State, | ||
| uint64 | DataSize = 0 |
||
| ) |
|
inline |
| void InstallBundleUtil::FContentRequestStatsMap::StatsReset | ( | const FContentRequestStatsKey & | Key | ) |