APartyBeaconClient::ServerAddOrUpdateReservationRequest

Tell the server about the reservation add or update request being made

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "PartyBeaconClient.h"

Syntax

UFUNCTION(Server, Reliable, WithValidation)
virtual void ServerAddOrUpdateReservationRequest
(
    const FString & SessionId,
    const FPartyReservation & Reservation
)

Remarks

Tell the server about the reservation add or update request being made

Parameters

Parameter

Description

SessionId

expected session id on the other end (must match)

ReservationUpdate

pending reservation request to make with server