Navigation
API > API/Plugins > API/Plugins/PatchCheck
References
| Module | PatchCheck |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/PatchCheck/Public/PatchCheck.h |
| Include | #include "PatchCheck.h" |
Syntax
class FPatchCheck
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FEnvironmentWantsPatchCheck > | BackCompatEnvironmentWantsPatchCheckDelegates | For backwards compatibility with UUpdateManager | |
| bool | bCheckOSSForUpdate | Check the default OSS for an update | |
| bool | bCheckPlatformOSSForUpdate | Check the platform OSS for an update | |
| bool | bIsCheckInProgress | Track whether we can start a new check | |
| bool | bPlatformEnvironmentDetected | True if we've already detected the backend environment | |
| bool | bPlatformEnvironmentDetectionEnabled | ||
| FOnPatchCheckComplete | OnComplete |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPatchCheck () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FPatchCheck () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddEnvironmentWantsPatchCheckBackCompatDelegate
(
FName Tag, |
||
| bool | |||
| bool | |||
| FPatchCheck & | Get () |
||
| FOnPatchCheckComplete & | |||
| void | |||
| void | OnCheckForPatchComplete
(
const FUniqueNetId& UniqueId, |
||
| void | OnDetectPlatformEnvironmentComplete
(
const FOnlineError& Result |
Callback when detecting platform environment completes | |
| void | PatchCheckComplete
(
EPatchCheckResult PatchResult |
||
| void | |||
| void | |||
| bool | |||
| void | |||
| void | |||
| void |