Navigation
API > API/Plugins > API/Plugins/PatchCheck
| Name | IPatchCheckStatsCollector |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/PatchCheck/Public/PatchCheck.h |
| Include Path | #include "PatchCheck.h" |
Syntax
class IPatchCheckStatsCollector
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPatchCheckStatsCollector() |
PatchCheck.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnPatchCheckComplete
(
EPatchCheckResult Result |
PatchCheck.h | ||
void OnPatchCheckStarted() |
Overall process/. | PatchCheck.h | |
void OnPatchCheckStep_CheckOnlineServicePatchComplete
(
bool bSuccess, |
PatchCheck.h | ||
void OnPatchCheckStep_CheckOnlineServicePatchStarted() |
PatchCheck.h | ||
void OnPatchCheckStep_CheckPlatformPatchComplete
(
bool bSuccess, |
PatchCheck.h | ||
void OnPatchCheckStep_CheckPlatformPatchStarted() |
PatchCheck.h | ||
void OnPatchCheckStep_DetectEnvironmentComplete
(
bool bSuccess, |
PatchCheck.h | ||
void OnPatchCheckStep_DetectEnvironmentStarted() |
Individual stages. | PatchCheck.h |