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>
float
bool
StopTimer
Stop the timer if it is active.
Last updated 1 year ago