Choose your operating system:
Windows
macOS
Linux
Module |
|
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
)
Create a platform specific FRecvMulti representation
Returns the platform specific FRecvMulti instance
Parameter |
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) |