Choose your operating system:
Windows
macOS
Linux
typedef TBaseDelegate_TwoParams< bool, FSocket *, const FIPv4Endpoint & > FOnTcpListenerConnectionAccepted
Module |
|
Header |
/Engine/Source/Runtime/Networking/Public/Common/TcpListener.h |
Include |
#include "Common/TcpListener.h" |
Delegate type for accepted TCP connections.
The first parameter is the socket for the accepted connection. The second parameter is the remote IP endpoint of the accepted connection. The return value indicates whether the connection should be accepted.