Navigation
API > API/Plugins > API/Plugins/Hotfix
| |
|
| Name |
EHotfixResult |
| Type |
enum |
| Header File |
/Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include Path |
#include "OnlineHotfixManager.h" |
Syntax
enum EHotfixResult
{
Failed,
Success,
SuccessNoChange,
SuccessNeedsReload,
SuccessNeedsRelaunch,
}
Values
| Name |
Remarks |
| Failed |
Failed to apply the hotfix |
| Success |
Hotfix succeeded and is ready to go |
| SuccessNoChange |
Hotfix process succeeded but there were no changes applied |
| SuccessNeedsReload |
Hotfix succeeded and requires the current level to be reloaded to take effect |
| SuccessNeedsRelaunch |
Hotfix succeeded and requires the process restarted to take effect |