Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h |
Include |
#include "Kismet/GameplayStatics.h" |
Source |
/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp |
Load contents from a slot/file into a buffer of save data.
Whether valid save data was found and loaded.
Parameter |
Description |
---|---|
OutSaveData |
Data buffer to load into |
SlotName |
Name of save game slot to save to. |
UserIndex |
For some platforms, master user index to identify the user doing the saving. |