Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISaveGameSystem
Possible result codes when using DoesSaveGameExist. Not all codes are guaranteed to be returned on all platforms.
| Name | ESaveExistsResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/SaveGameSystem.h |
| Include Path | #include "SaveGameSystem.h" |
Syntax
enum ESaveExistsResult
{
OK,
DoesNotExist,
Corrupt,
UnspecifiedError,
}
Values
| Name | Remarks |
|---|---|
| OK | |
| DoesNotExist | |
| Corrupt | |
| UnspecifiedError |