event tick in seconds / 10

You can use a delay loop that triggers when your actor spawns. Personally though I use tick with delta seconds to ensure my energy recharge is constant even when frame rates change. Default tick rate is 0.036

1 Like