Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FContentRequestStatsMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StatsBegin
(
FName BundleName |
InstallBundleUtils.h | ||
void StatsBegin
(
FName BundleName, |
InstallBundleUtils.h |
StatsBegin(FName)
| 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
(
FName BundleName
)
StatsBegin(FName, 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
(
FName BundleName,
const TCHAR * State
)