Logic Timer

An actor that fires an output at regular or random intervals.

Events
Description
Named Arguments

OnTimer

Event when the timer expires.

-

Functions
Description
Parameters

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.

-

Last updated