Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/ISocketSubsystem
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h |
| Include | #include "SocketSubsystem.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp |
virtual TUniquePtr < FRecvMulti > CreateRecvMulti
(
int32 MaxNumPackets,
int32 MaxPacketSize,
ERecvMultiFlags Flags
)
Remarks
Create a platform specific FRecvMulti representation Returns the platform specific FRecvMulti instance
Parameters
| Name | Description |
|---|---|
| MaxNumPackets | The maximum number of packet receives supported |
| MaxPacketSize | The maximum supported packet size |
| Flags | Flags for specifying how FRecvMulti should be initialized (for e.g. retrieving timestamps) |