Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISaveGameSystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SaveGameSystem.h |
| Include | #include "SaveGameSystem.h" |
Syntax
enum ESaveExistsResult
&123;
OK,
DoesNotExist,
Corrupt,
UnspecifiedError,
&125;
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.