Basic save mobile

How can I save basic information in a mobile game like highest score and skins that the player bought ?

Same as other platforms I’m guessing, save game object:

Hello Anan,

Setting up a save function in mobile should be the same as setting up a save file for our desktop client. Check out our documentation here: Saving and Loading Your Game in Unreal Engine | Unreal Engine 5.1 Documentation

Let me know if you have any issues.