![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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 |
|
inline |
|
inline |
|
inline |
|
inline |