Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Common > API/Runtime/Networking/Common/FUdpSocketReceiver
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h |
| Include | #include "Common/UdpSocketReceiver.h" |
FUdpSocketReceiver
(
FSocket * InSocket,
const FTimespan & InWaitTime,
const TCHAR * InThreadName
)
Remarks
Creates and initializes a new socket receiver.
Parameters
| Name | Description |
|---|---|
| InSocket | The UDP socket to receive data from. |
| InWaitTime | The amount of time to wait for the socket to be readable. |
| InThreadName | The receiver thread name (for debugging). |