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

Public Member Functions

 FPollFd (SocketType Socket, int16 Events)
 
bool HasTrigger () const
 
bool HasSendTrigger () const
 
bool HasRecvTrigger () const
 

Static Public Attributes

static const int16 PollIn = int16(POLLIN)
 
static const int16 PollOut = int16(POLLOUT)
 
static const int16 PollErr = int16(POLLERR)
 
static const int16 PollHup = int16(POLLHUP)
 
static const int16 PollNVal = int16(POLLNVAL)
 
static const int16 PollAll = PollIn|PollOut|PollErr|PollHup|PollNVal
 
- Static Public Attributes inherited from UE::IoStore::HTTP::FPollFdBase
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
 

Additional Inherited Members

- Public Attributes inherited from UE::IoStore::HTTP::FPollFdBase
SocketType fd
 
int16 events
 
int16 revents
 

Constructor & Destructor Documentation

◆ FPollFd()

UE::IoStore::HTTP::FPollFd::FPollFd ( SocketType  Socket,
int16  Events 
)
inline

Member Function Documentation

◆ HasRecvTrigger()

bool UE::IoStore::HTTP::FPollFd::HasRecvTrigger ( ) const
inline

◆ HasSendTrigger()

bool UE::IoStore::HTTP::FPollFd::HasSendTrigger ( ) const
inline

◆ HasTrigger()

bool UE::IoStore::HTTP::FPollFd::HasTrigger ( ) const
inline

Member Data Documentation

◆ PollAll

const int16 UE::IoStore::HTTP::FPollFd::PollAll = PollIn|PollOut|PollErr|PollHup|PollNVal
static

◆ PollErr

const int16 UE::IoStore::HTTP::FPollFd::PollErr = int16(POLLERR)
static

◆ PollHup

const int16 UE::IoStore::HTTP::FPollFd::PollHup = int16(POLLHUP)
static

◆ PollIn

const int16 UE::IoStore::HTTP::FPollFd::PollIn = int16(POLLIN)
static

◆ PollNVal

const int16 UE::IoStore::HTTP::FPollFd::PollNVal = int16(POLLNVAL)
static

◆ PollOut

const int16 UE::IoStore::HTTP::FPollFd::PollOut = int16(POLLOUT)
static

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