ALobbyBeaconHost::ProcessLogin

Process the login for a given connection

Windows
MacOS
Linux

References

Module

Lobby

Header

/Engine/Plugins/Online/OnlineFramework/Source/Lobby/Public/LobbyBeaconHost.h

Include

#include "LobbyBeaconHost.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Lobby/Private/LobbyBeaconHost.cpp

Syntax

void ProcessLogin
(
    ALobbyBeaconClient * ClientActor,
    const FString & InSessionId,
    const FUniqueNetIdRepl & InUniqueId,
    const FString & UrlString
)

Remarks

Process the login for a given connection

Parameters

Parameter

Description

Client

client beacon making the request

InSessionId

id of the session that is being checked

InUniqueId

id of the player logging in

UrlString

URL containing player options (name, etc)

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