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