Navigation
API > API/Plugins > API/Plugins/Hotfix
Update context definition loaded from config.
Defines the behavior to use during an update check.
| Name | FUpdateContextDefinition |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/UpdateManager.h |
| Include Path | #include "UpdateManager.h" |
Syntax
USTRUCT ()
struct FUpdateContextDefinition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdditionalTags | TSet< FString > | Additional tags for extensibility. | UpdateManager.h |
|
| bCheckAvailabilityOnly | bool | Whether to perform an update, or to only check for the presence of an update. | UpdateManager.h |
|
| bEnabled | bool | Whether to perform any checks. | UpdateManager.h |
|
| bPatchCheckEnabled | bool | Whether to check for patches during the update process. | UpdateManager.h |
|
| Name | FString | The name used to lookup the context definition. | UpdateManager.h |
|