Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ETimerStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/TimerManager.h |
| Include Path | #include "TimerManager.h" |
Syntax
enum ETimerStatus
{
Pending,
Active,
Paused,
Executing,
ActivePendingRemoval,
}
Values
| Name | Remarks |
|---|---|
| Pending | |
| Active | |
| Paused | |
| Executing | |
| ActivePendingRemoval |