FOnTcpListenerConnectionAccepted

Delegate type for accepted TCP connections.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< bool, FSocket *, const FIPv4Endpoint & > FOnTcpListenerConnectionAccepted

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Common/TcpListener.h

Include

#include "Common/TcpListener.h"

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss