Skip to content

StopWatch:

Open the 1st/3rd charcter BP, add text render
alignment center, z axis rotate 180
image.png

Open/create Construction script, 2 integer variables (minutes and seconds):
image.png
image.png
P.S. 1st person Construction script already has a BP, so make the graph like below instead:
image.png

Now the text will change as digit timer:
image.png

Go to event graph (type 0.1 if wants minisecond):
image.png
Copy the function name typed above, create a new function (minute varilable don’t need to connect == node
image.png
Back to construction script, collapse all nodes below to macro, name as SetTime:
image.png
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
image.png

Pause the time:
in event graph:
image.png
Set pause when character jump (or whatever input button):
image.png

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.