Navigation
API > API/Runtime > API/Runtime/EventLoop
Copyright Epic Games, Inc. All Rights Reserved.
| Name | UE::EventLoop::EEventLoopStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/IEventLoop.h |
| Include Path | #include "EventLoop/IEventLoop.h" |
Syntax
namespace UE
{
namespace EventLoop
{
enum EEventLoopStatus
{
Unintialized,
Running,
Terminated,
}
}
}
Values
| Name | Remarks |
|---|---|
| Unintialized | |
| Running | |
| Terminated |