Get DateTime from internet

Hi,Sbro987!Well basically you can use the HTTP module from Unreal Engine, to send the POST or GET request and get your timestamp from server and at start of the game you can check it and make a check.
A little help link to start you with Http Module.

After that you can make a server on whatever you backend language you want and send it back to the users.