Navigation
API > API/Runtime > API/Runtime/EventLoop
Copyright Epic Games, Inc. All Rights Reserved.
| Name | UE::EventLoop::EIOFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/IEventLoopIOManager.h |
| Include Path | #include "EventLoop/IEventLoopIOManager.h" |
Syntax
namespace UE
{
namespace EventLoop
{
enum EIOFlags
{
None = 0,
Read = 1 << 0,
Write = 1 << 1,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Read | |
| Write |