FOnMultichannelTcpOkToSend

Declares a delegate to be invoked when checking if bandwidth permits sending a packet

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss