UPendingNetGame::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

FNetworkNotify::NotifyAcceptingConnection()

UPendingNetGame::NotifyAcceptingConnection()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/PendingNetGame.h

Include

#include "Engine/PendingNetGame.h"

Source

/Engine/Source/Runtime/Engine/Private/PendingNetGame.cpp

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