본문 바로가기

카테고리 없음

Marble Run Game Day 5 | Winning Message | Blueprint

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.