Logging total time played?

Is there any simple way to log the length of time a games been played to the log file?

Maybe there is a better way but just off top of my head, perhaps pop under an event begin play “get game time in seconds” node and store that as the start time, then have another event get game time in seconds again and store that as end time. End Time - Start Time = Time played. Print string the result and have the print to log Boolean true.

#NukePie

Any chance of a step by step?