Navigation
API > API/Plugins > API/Plugins/Hotfix
References
| Module | Hotfix |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/UpdateManager.h |
| Include | #include "UpdateManager.h" |
Syntax
USTRUCT&40;&41;
struct FUpdateContextDefinition
Remarks
Update context definition loaded from config.
Defines the behavior to use during an update check.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FString > | AdditionalTags | Additional tags for extensibility. | |
| bool | bCheckAvailabilityOnly | Whether to perform an update, or to only check for the presence of an update. | |
| bool | bEnabled | Whether to perform any checks. | |
| bool | bPatchCheckEnabled | Whether to check for patches during the update process. | |
| bool | bPlatformEnvironmentDetectionEnabled | Whether to attempt detection of the platforms environment. | |
| FString | Name | The name used to lookup the context definition. |