UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MultichannelTcpReceiver.h File Reference
#include "CoreMinimal.h"
#include "NetworkMessage.h"
#include "HAL/RunnableThread.h"
#include "HAL/Runnable.h"
#include "MultichannelTcpGlobals.h"

Go to the source code of this file.

Classes

class  FMultichannelTcpReceiver
 

Functions

 DECLARE_DELEGATE_ThreeParams (FOnMultichannelTcpReceive, const TArray< uint8 > &, uint32, bool)
 

Function Documentation

◆ DECLARE_DELEGATE_ThreeParams()

DECLARE_DELEGATE_ThreeParams ( FOnMultichannelTcpReceive  ,
const TArray< uint8 > &  ,
uint32  ,
bool   
)

Declares a delegate to be invoked when data has been received.

The first parameter will hold the received data. The second parameter is the number of bytes received. The third parameter indicates whether byte swapping is needed on the received data.