OnActorEndOverlap (TriggerBox)
- Overlapped Actor
This is returning a reference to who was overlapped and in this case it would return a reference to our trigger box.
- Other Actor
This is returning a reference to the actor who made the overlap.
in our case, it would be the ball.
Ball - Details - Collision - Generate Overlap Events Check
Get Game Time In Seconds
How long it took to start the game and escape the maze, returned as a float.
ToText (float)
It convert float to text. In the bottom, we can adjust a maximum fractional value.
Append
It receives multiple strings and returns them as a single string.
Print String
It is a node that prints a string.
Delay
It is a node that delays by Duration.
Open Level
It opens the level corresponding to the Level Name.