Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Sockets/Public/SocketTypes.h |
Include |
#include "SocketTypes.h" |
void GetPacket
(
int32 PacketIdx,
FReceivedPacketView & OutPacket
)
Retrieves the information for the specified packet
Parameter |
Description |
---|---|
PacketIdx |
The RecvMulti index for the packet to be retrieved |
OutPacket |
Outputs a view to the received packet |