APartyBeaconHost::ProcessReservationAddOrUpdateRequest

Handle a reservation add or update request depending on reservation existance 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 ProcessReservationAddOrUpdateRequest
(
    APartyBeaconClient * Client,
    const FString & SessionId,
    const FPartyReservation & ReservationRequest
)

Remarks

Handle a reservation add or update request depending on reservation existance 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)

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