How to display saved slot time?

Hi there,

So I saving my game with current time and date which I want to display in Load Game Umg but how can I do it? I was looking for any information of geting anything form saved slots but cant find something about that.

Can you help me please…?

This is the blueprint of saving current time and data:

And this is how it should looks:

Looking for anything about that, please help.

Add that struct to your savegame object and read with UI ? :slight_smile:

Something like this:

In “Return” value you get time in text format. And all you need is to plug it in to a necessary field, which you want to use for a date displaying.