![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "EventLoop/EventLoopManagedStorage.h"#include "Templates/Function.h"#include "Misc/ScopeExit.h"#include "Misc/Timespan.h"#include "Stats/Stats.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::EventLoop |
Typedefs | |
| using | UE::EventLoop::FTimerCallback = TUniqueFunction< void()> |
| using | UE::EventLoop::FOnTimerCleared = FManagedStorageOnRemoveComplete |
| using | UE::EventLoop::FTimerHandle = TResourceHandle< FTimerHandleTraits > |
Enumerations | |
| enum class | UE::EventLoop::ETimerStatus : uint8 { UE::EventLoop::Pending , UE::EventLoop::Active , UE::EventLoop::PendingRemoval , UE::EventLoop::PendingReschedule , UE::EventLoop::Executing } |