ISaveGameSystem::DoesSaveGameExistWithResult

Similar to DoesSaveGameExist, except returns a result code with more information.

Windows
MacOS
Linux

Override Hierarchy

ISaveGameSystem::DoesSaveGameExistWithResult()

FGenericSaveGameSystem::DoesSaveGameExistWithResult()

References

Module

Engine

Header

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

Include

#include "SaveGameSystem.h"

Syntax

ESaveExistsResult DoesSaveGameExistWithResult
(
    const TCHAR * Name,
    const int32 UserIndex
)

Remarks

Similar to DoesSaveGameExist, except returns a result code with more information.

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