Hi
Each Tick I calculate game time, firstly I count seconds, minutes and hours. Then I calculate days, months and years. After each calculation I want to send delegate first to update time, then to update date.
My reasoning is that some BPs will need only time, some will need only date, and some will need both.
I cant get it working, is this even possible?
Thanks