How to create a login area and save the data in a database?

Hello developers, I am creating a very simple game (a character that moves on land and collect the points), but I need some advice or to be more precise a real TUTORIAL! I’m surfing the web for days and I can not find anything! So: I would like to create a mask of sign up, the user, who will access the game, will have to appear this mask that will be required to sign up! This data will then be entered into a database (initially locally), but I do not know how to do this in Unreal Engine 4! Also on the main screen of the game, after enrollment and access will have to appear at the top right: the username, and on the left: the accumulated points. The score must be saved in a tuple within the database. How do I implement database in Unreal Engine 4 within my video game? Thank and sorry for my English.

Hi Cially,

I created a register/login system some months ago, https://www.youtube.com/watch?v=__c4180I7_0
I don’t have a tutorial for it but if it helps you, I use https://parse.com/ as database, because it is really simple to handle and https://www.unrealengine.com/marketplace/varest-plugin to connect UE4 with it.
There are some information in the forums if you look a few, If you still need it I can send you some screenshots of my own setup.

Hope it helps!

Hi Darorck,

could you help me with it?
if you could help me to make a ± safe working login system with Get/Post database i could pay you some cash.