Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FContentRequestStatsMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StatsBegin
(
const FContentRequestStatsKey& Key |
InstallBundleUtils.h | ||
void StatsBegin
(
FName BundleName |
InstallBundleUtils.h | ||
void StatsBegin
(
const FContentRequestStatsKey& Key, |
InstallBundleUtils.h | ||
void StatsBegin
(
FName BundleName, |
InstallBundleUtils.h |
StatsBegin(const FContentRequestStatsKey &)
| Name | StatsBegin |
| 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 StatsBegin
(
const FContentRequestStatsKey & Key
)
StatsBegin(FName)
| Name | StatsBegin |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
void StatsBegin
(
FName BundleName
)
StatsBegin(const FContentRequestStatsKey &, const TCHAR *)
| Name | StatsBegin |
| 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 StatsBegin
(
const FContentRequestStatsKey & Key,
const TCHAR * State
)
StatsBegin(FName, const TCHAR *)
| Name | StatsBegin |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
void StatsBegin
(
FName BundleName,
const TCHAR * State
)