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
&40;
FSocket &42; InSocket,
const FTimespan & InWaitTime,
const TCHAR &42; InThreadName
&41;
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). |