Blueprint : ue5 How do I add time and date to a save Game slot
I have my Save game data in the Game Instance (My_GameInstance)
Load and Save in the game mode, I am using the Blueprint command Now
Change type of that var (and presumably the equivalent in your actual save bp), most sensible thing to do I think is to actually use a Date Time type:
and connect up Now() directly, but use string if that is what you really want of course.
Any time you see that ‘dot’ node something is being type converted, if you are not expecting that, something is amiss!