Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FUdpSocketSender
Description
Sets the send rate (in bytes per second).
| Name | SetSendRate |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h |
| Include Path | #include "Common/UdpSocketSender.h" |
void SetSendRate
(
uint32 Rate
)
Parameters
| Name | Remarks |
|---|---|
| Rate | The new send rate (0 = unlimited). |
See Also
- SetWaitTime