UNetConnection::ReceivedRawPacket

Allows the connection to process the raw data that was received

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

virtual void ReceivedRawPacket
(
    void * Data,
    int32 Count
)

Remarks

Allows the connection to process the raw data that was received

Parameters

Parameter

Description

Data

the data to process

Count

the size of the data buffer to process

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