APartyBeaconHost::ProcessReservationUpdateRequest

Handle a reservation update request received from an incoming client

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "PartyBeaconHost.h"

Source

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

Syntax

virtual void ProcessReservationUpdateRequest
(
    APartyBeaconClient * Client,
    const FString & SessionId,
    const FPartyReservation & ReservationUpdateRequest,
    bool bIsRemovingMember
)

Remarks

Handle a reservation update request received from an incoming client

Parameters

Parameter

Description

Client

client beacon making the request

SessionId

id of the session that is being checked

ReservationRequest

payload of the update request (existing reservation for party leader required)

bRemovingMembers

true if this update is removing members, false if adding members.

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