FNetworkNotify::NotifyAcceptingConnection

Notification that an incoming connection is pending, giving the interface a chance to reject the request

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h

Include

#include "Engine/NetworkDelegates.h"

Syntax

virtual EAcceptConnection::Type NotifyAcceptingConnection()

Remarks

Notification that an incoming connection is pending, giving the interface a chance to reject the request

Returns

EAcceptConnection indicating willingness to accept the connection at this time