![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "TimerManager.h"#include "Containers/StringConv.h"#include "Engine/GameInstance.h"#include "Logging/LogScopedCategoryAndVerbosityOverride.h"#include "Misc/CoreDelegates.h"#include "Misc/StringOutputDevice.h"#include "ProfilingDebugging/CsvProfiler.h"#include "Stats/StatsTrace.h"#include "UnrealEngine.h"#include "Misc/TimeGuard.h"#include "HAL/PlatformStackWalk.h"Classes | |
| struct | FTimerHeapOrder |
Macros | |
| #define | UE_ENABLE_DUMPALLTIMERLOGSTHRESHOLD !UE_BUILD_SHIPPING |
Functions | |
| DECLARE_CYCLE_STAT (TEXT("SetTimer"), STAT_SetTimer, STATGROUP_Engine) | |
| DECLARE_CYCLE_STAT (TEXT("SetTimeForNextTick"), STAT_SetTimerForNextTick, STATGROUP_Engine) | |
| DECLARE_CYCLE_STAT (TEXT("ClearTimer"), STAT_ClearTimer, STATGROUP_Engine) | |
| DECLARE_CYCLE_STAT (TEXT("ClearAllTimers"), STAT_ClearAllTimers, STATGROUP_Engine) | |
| CSV_DECLARE_CATEGORY_MODULE_EXTERN (CORE_API, Basic) | |
| DECLARE_DWORD_COUNTER_STAT (TEXT("TimerManager Heap Size"), STAT_NumHeapEntries, STATGROUP_Game) | |
Variables | |
| FAutoConsoleCommandWithWorld | ListTimersConsoleCommand (TEXT("ListTimers"), TEXT(""), FConsoleCommandWithWorldDelegate::CreateStatic(OnListTimers)) |
| #define UE_ENABLE_DUMPALLTIMERLOGSTHRESHOLD !UE_BUILD_SHIPPING |
| CSV_DECLARE_CATEGORY_MODULE_EXTERN | ( | CORE_API | , |
| Basic | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("ClearAllTimers") | , |
| STAT_ClearAllTimers | , | ||
| STATGROUP_Engine | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("ClearTimer") | , |
| STAT_ClearTimer | , | ||
| STATGROUP_Engine | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("SetTimeForNextTick") | , |
| STAT_SetTimerForNextTick | , | ||
| STATGROUP_Engine | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("SetTimer") | , |
| STAT_SetTimer | , | ||
| STATGROUP_Engine | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("TimerManager Heap Size") | , |
| STAT_NumHeapEntries | , | ||
| STATGROUP_Game | |||
| ) |
| FAutoConsoleCommandWithWorld ListTimersConsoleCommand(TEXT("ListTimers"), TEXT(""), FConsoleCommandWithWorldDelegate::CreateStatic(OnListTimers)) | ( | TEXT("ListTimers") | , |
| TEXT("") | , | ||
| FConsoleCommandWithWorldDelegate::CreateStatic(OnListTimers) | |||
| ) |