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

Go to the source code of this file.

Classes

class  UE::EventLoop::IEventLoop
 

Namespaces

namespace  UE
 
namespace  UE::EventLoop
 

Typedefs

using UE::EventLoop::FAsyncTask = TUniqueFunction< void()>
 
using UE::EventLoop::FOnShutdownComplete = TUniqueFunction< void()>
 

Enumerations

enum class  UE::EventLoop::EEventLoopStatus : uint8 { UE::EventLoop::Unintialized , UE::EventLoop::Running , UE::EventLoop::Terminated }