ISaveGameSystem::LoadGame

Loads the game, blocking until complete

Windows
MacOS
Linux

Override Hierarchy

ISaveGameSystem::LoadGame()

FGenericSaveGameSystem::LoadGame()

References

Module

Engine

Header

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

Include

#include "SaveGameSystem.h"

Syntax

bool LoadGame
(
    bool bAttemptToUseUI,
    const TCHAR * Name,
    const int32 UserIndex,
    TArray< uint8 > & Data
)

Remarks

Loads the game, blocking until complete

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