Navigation
API > API/Runtime > API/Runtime/Sockets
Type
typedef TBaseDelegate_TwoParams< bool, int32 , uint32 > FOnMultichannelTcpOkToSend
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/MultichannelTcpSender.h |
| Include | #include "MultichannelTcpSender.h" |
Remarks
Declares a delegate to be invoked when checking if bandwidth permits sending a packet
The first parameter is the size of the packet to send. The second parameter is the channel that the packet would be sent on.