Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UUpdateManager
| Name | EUpdateStartResult |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/UpdateManager.h |
| Include Path | #include "UpdateManager.h" |
Syntax
enum EUpdateStartResult
{
None,
UpdateStarted,
UpdateCached,
}
Values
| Name | Remarks |
|---|---|
| None | Update did not start |
| UpdateStarted | Update has started |
| UpdateCached | Cached result is going to be returned |