Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FContentRequestStatsMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StatsEnd
(
const FContentRequestStatsKey& Key |
InstallBundleUtils.h | ||
void StatsEnd
(
FName BundleName |
InstallBundleUtils.h | ||
void StatsEnd
(
const FContentRequestStatsKey& Key, |
InstallBundleUtils.h | ||
void StatsEnd
(
FName BundleName, |
InstallBundleUtils.h |
StatsEnd(const FContentRequestStatsKey &)
| Name | StatsEnd |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleUtils.cpp |
void StatsEnd
(
const FContentRequestStatsKey & Key
)
StatsEnd(FName)
| Name | StatsEnd |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
void StatsEnd
(
FName BundleName
)
StatsEnd(const FContentRequestStatsKey &, const TCHAR *, uint64)
| Name | StatsEnd |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleUtils.cpp |
void StatsEnd
(
const FContentRequestStatsKey & Key,
const TCHAR * State,
uint64 DataSize
)
StatsEnd(FName, const TCHAR *, uint64)
| Name | StatsEnd |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
void StatsEnd
(
FName BundleName,
const TCHAR * State,
uint64 DataSize
)