UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::IoStore::HTTP::FPollFdBase Struct Reference
+ Inheritance diagram for UE::IoStore::HTTP::FPollFdBase:

Public Attributes

SocketType fd
 
int16 events
 
int16 revents
 

Static Public Attributes

static const int16 POLLIN = 1 << 0
 
static const int16 POLLOUT = 1 << 1
 
static const int16 POLLERR = 1 << 2
 
static const int16 POLLHUP = POLLERR
 
static const int16 POLLNVAL = POLLERR
 

Member Data Documentation

◆ events

int16 UE::IoStore::HTTP::FPollFdBase::events

◆ fd

SocketType UE::IoStore::HTTP::FPollFdBase::fd

◆ POLLERR

const int16 UE::IoStore::HTTP::FPollFdBase::POLLERR = 1 << 2
static

◆ POLLHUP

const int16 UE::IoStore::HTTP::FPollFdBase::POLLHUP = POLLERR
static

◆ POLLIN

const int16 UE::IoStore::HTTP::FPollFdBase::POLLIN = 1 << 0
static

◆ POLLNVAL

const int16 UE::IoStore::HTTP::FPollFdBase::POLLNVAL = POLLERR
static

◆ POLLOUT

const int16 UE::IoStore::HTTP::FPollFdBase::POLLOUT = 1 << 1
static

◆ revents

int16 UE::IoStore::HTTP::FPollFdBase::revents

The documentation for this struct was generated from the following file: