Logic Timer
Last updated
Last updated
An actor that fires an output at regular or random intervals.
OnTimer
Event when the timer expires.
-
StartTimer
Start the timer. If the timer is already active then it will be restarted.
-
StartTimerWithParams
Start the timer with custom params. If the timer is already active then it will be restarted.
<float
Time, float
TimeRandomization, bool
Loop>
StopTimer
Stop the timer if it is active.
-