Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Common > API/Runtime/Networking/Common/FUdpSocketSender
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h |
| Include | #include "Common/UdpSocketSender.h" |
FUdpSocketSender
(
FSocket * InSocket,
const TCHAR * ThreadDescription
)
Remarks
Creates and initializes a new socket sender.
Parameters
| Name | Description |
|---|---|
| InSocket | The UDP socket to use for sending data. |
| ThreadDescription | The thread description text (for debugging). |