Navigation
Unreal Engine C++ API Reference > Runtime > Engine > ISaveGameSystem
Type
typedef TFunction< void(FPlatformUserId, bool, const TArray< FString > &)> FSaveGameAsyncGetNamesCallback
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/SaveGameSystem.h |
Include | #include "SaveGameSystem.h" |
Remarks
Indicates that an async savegame list names has completed. PlatformUserId, bool=success, FoundSaves. Should always be called from the game thread