UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EventLoopTimer.h File Reference

Go to the source code of this file.

Classes

struct  UE::EventLoop::FTimerHandleTraits
 
struct  UE::EventLoop::FTimerData
 
struct  UE::EventLoop::FTimerManagerTraitsBase
 
struct  UE::EventLoop::FTimerManagerDefaultTraits
 
struct  UE::EventLoop::FTimerManagerDefaultTraits::FStorageTraits
 
class  UE::EventLoop::TTimerManager< Traits >
 

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
}