Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FRecvMulti
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketTypes.h |
| Include | #include "SocketTypes.h" |
void GetPacket
&40;
int32 PacketIdx,
FReceivedPacketView & OutPacket
&41;
Remarks
Retrieves the information for the specified packet
Parameters
| Name | Description |
|---|---|
| PacketIdx | The RecvMulti index for the packet to be retrieved |
| OutPacket | Outputs a view to the received packet |