Navigation
API > API/Plugins > API/Plugins/Hotfix
Collector for aggregating stats related to the update check process.
Implement collector and pass into RegisterStatsCollector to receive stats.
| Name | IUpdateManagerStatsCollector |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/UpdateManager.h |
| Include Path | #include "UpdateManager.h" |
Syntax
class IUpdateManagerStatsCollector
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IUpdateManagerStatsCollector() |
UpdateManager.h |
Structs
| Name | Remarks |
|---|---|
| FCheckStartedParams |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnCheckComplete
(
EUpdateCompletionStatus Result |
UpdateManager.h | ||
void OnCheckStarted
(
FCheckStartedParams&& Params |
Overall process/. | UpdateManager.h | |
void OnCheckStep_HotfixCheckComplete
(
EHotfixResult Result |
UpdateManager.h | ||
void OnCheckStep_HotfixCheckStarted() |
UpdateManager.h | ||
void OnCheckStep_InitialPreloadComplete() |
UpdateManager.h | ||
void OnCheckStep_InitialPreloadStarted() |
UpdateManager.h | ||
void OnCheckStep_PatchCheckComplete
(
EInstallBundleManagerPatchCheckResult PatchResult |
UpdateManager.h | ||
void OnCheckStep_PatchCheckStarted() |
Individual stages. | UpdateManager.h |