SetTime in Level Blueprint Issue

The Time seems just run once.

Hello,

Try disconnecting the Set Timer from the Spawn Actor node and add your function “spawnMonster” as a Custom Event connected to the Spawn Actor node… something like below:

The Custom Event will fire off based on the time you specify in Set Timer. Give that a shot.

-W