![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "EventLoop/EventLoopTimer.h"#include "Misc/Timespan.h"#include "Templates/Function.h"#include "Templates/SharedPointer.h"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 } |