ProcessedPacket

The result of calling Incoming and Outgoing in the [PacketHandler](API\Runtime\PacketHandler\PacketHandler)

Windows
MacOS
Linux

References

Module

PacketHandler

Header

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h

Include

#include "PacketHandler.h"

Syntax

struct ProcessedPacket

Remarks

The result of calling Incoming and Outgoing in the PacketHandler

Variables

Name Description

Public variable

bool

 

bError

Whether or not there was an error processing the packet

Public variable

int32

 

CountBits

Size of the returned packet data in bits

Public variable

uint8 *

 

Data

Pointer to the returned packet data

Constructors

Name Description

Public function

ProcessedPacket()

Public function

ProcessedPacket

(
    uint8* InData,
    int32 InCountBits,
    bool bInError
)

Base constructor

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