EHotfixResult

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss