Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISaveGameSystem
Description
Saves the game, blocking until complete. Platform may use FGameDelegates to get more information from the game
Derived Overrides
| Name | SaveGame |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SaveGameSystem.h |
| Include Path | #include "SaveGameSystem.h" |
bool SaveGame
(
bool bAttemptToUseUI,
const TCHAR * Name,
const int32 UserIndex,
const TArray < uint8 > & Data
)