StopWatch:
Open the 1st/3rd charcter BP, add text render
alignment center, z axis rotate 180
Open/create Construction script, 2 integer variables (minutes and seconds):
P.S. 1st person Construction script already has a BP, so make the graph like below instead:
Now the text will change as digit timer:
Go to event graph (type 0.1 if wants minisecond):
Copy the function name typed above, create a new function (minute varilable don’t need to connect == node
Back to construction script, collapse all nodes below to macro, name as SetTime:
Back to Stopwatch function, add the macro to false:
Add Set second variable in minutes node (to let second set back to 0 after a minute count)
Connect == node to branch condition
Pause the time:
in event graph:
Set pause when character jump (or whatever input button):