ALobbyBeaconHost::DoesSessionMatch

Does the session associated with the beacon match the incoming request

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

bool DoesSessionMatch
(
    const FString & InSessionId
) const

Remarks

Does the session associated with the beacon match the incoming request

Returns

true if sessions match, false otherwise

Parameters

Parameter

Description

InSessionId

incoming session id

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