AOnlineBeacon::NotifyAcceptedConnection

Notification that a new connection has been created/established as a result of a remote request, previously approved by NotifyAcceptingConnection

Windows
MacOS
Linux

Override Hierarchy

FNetworkNotify::NotifyAcceptedConnection()

AOnlineBeacon::NotifyAcceptedConnection()

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeacon.h

Include

#include "OnlineBeacon.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/OnlineBeacon.cpp

Syntax

virtual void NotifyAcceptedConnection
(
    UNetConnection * Connection
)

Remarks

Notification that a new connection has been created/established as a result of a remote request, previously approved by NotifyAcceptingConnection

Parameters

Parameter

Description

Connection

newly created connection

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