Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/TTimerManager
Description
Retrieve the remaining time since the last call to Tick before the next timer will fire.
NOT thread safe.
| Name | GetNextTimeout |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopTimer.h |
| Include Path | #include "EventLoop/EventLoopTimer.h" |
bool GetNextTimeout
(
FTimespan & OutTimeout
) const
true if a valid timer is currently set.
Parameters
| Name | Remarks |
|---|---|
| OutTimeout | Time amount of time relative to TimerManagers' internal time until the next valid timer will run. |