FTcpListener documentation is

Bug report:

At FTcpListener::OnConnectionAccepted | Unreal Engine Documentation, the documentation fails to describe the return type and parameter list for the OnConnectionAccepted() delegate.

Only by searching through the source can we see what it is: TcpListener.h

The meaning of the return value is still unknown.

The documentation should be updated to be useful.