Navigation
Unreal Engine C++ API Reference > Plugins > Hotfix
References
Module | Hotfix |
Header | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
Include | #include "OnlineHotfixManager.h" |
Syntax
enum EHotfixResult
&123;
Failed,
Success,
SuccessNoChange,
SuccessNeedsReload,
SuccessNeedsRelaunch,
&125;
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 |