SaveGameToSlot doesn't work on android device. (It works on PC)

SaveGameToSlot works on PC.
But It doesn’t work on android device.

Include the following in your DefaultEngine.ini under Android section

ExtraPermissions=android.permission.WRITE_EXTERNAL_STORAGE
ExtraPermissions=android.permission.READ_EXTERNAL_STORAGE
ExtraPermissions=android.permission.QUERY_ALL_PACKAGES

Bam! Issue Solved.

1 Like