Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/TTimerManager
Description
Returns the total number of timers. Includes active timers and timers waiting to be rescheduled.
NOT thread safe.
| Name | GetNumTimers |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopTimer.h |
| Include Path | #include "EventLoop/EventLoopTimer.h" |
uint32 GetNumTimers() const
the total number of timers.