FRecvMulti::GetPacket

Retrieves the information for the specified packet

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/SocketTypes.h

Include

#include "SocketTypes.h"

Syntax

void GetPacket
(
    int32 PacketIdx,
    FReceivedPacketView & OutPacket
)

Remarks

Retrieves the information for the specified packet

Parameters

Parameter

Description

PacketIdx

The RecvMulti index for the packet to be retrieved

OutPacket

Outputs a view to the received packet

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