ALobbyBeaconClient::SetPartyOwnerId

Tell the server to set a party owner

Windows
MacOS
Linux

References

Module

Lobby

Header

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

Include

#include "LobbyBeaconClient.h"

Source

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

Syntax

virtual void SetPartyOwnerId
(
    const FUniqueNetIdRepl & InUniqueId,
    const FUniqueNetIdRepl & InPartyOwnerId
)

Remarks

Tell the server to set a party owner

Parameters

Parameter

Description

InUniqueId

unique id of the player making the change

InPartyOwnerId

unique id of the party owner

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