Navigation
Unreal Engine C++ API Reference > Runtime > Sockets > FSocket
- FSocket::Listen()
- FSocketEOS::Listen()
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
Include | #include "Sockets.h" |
bool Listen
&40;
int32 MaxBacklog
&41;
Remarks
Places the socket into a state to listen for incoming connections. true if successful, false otherwise.
Parameters
Name | Description |
---|---|
MaxBacklog | The number of connections to queue before refusing them. |