Navigation
API > API/Plugins > API/Plugins/Hotfix
References
|
|
Module |
Hotfix |
Header |
/Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
Include |
#include "OnlineHotfixManager.h" |
Syntax
enum EHotfixResult
{
Failed,
Success,
SuccessNoChange,
SuccessNeedsReload,
SuccessNeedsRelaunch,
}
Values
Name |
Description |
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 |