ESaveExistsResult

Possible result codes when using DoesSaveGameExist.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SaveGameSystem.h

Include

#include "SaveGameSystem.h"

Syntax

enum ESaveExistsResult
{
    OK,
    DoesNotExist,
    Corrupt,
    UnspecifiedError,
}

Values

Name

Description

OK

DoesNotExist

Corrupt

UnspecifiedError

Remarks

Possible result codes when using DoesSaveGameExist. Not all codes are guaranteed to be returned on all platforms.

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