UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MultichannelTcpSender.h File Reference

Go to the source code of this file.

Classes

class  FMultichannelTcpSender
 

Functions

 DECLARE_DELEGATE_RetVal_TwoParams (bool, FOnMultichannelTcpOkToSend, int32, uint32)
 

Function Documentation

◆ DECLARE_DELEGATE_RetVal_TwoParams()

DECLARE_DELEGATE_RetVal_TwoParams ( bool  ,
FOnMultichannelTcpOkToSend  ,
int32  ,
uint32   
)

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.