APartyBeaconClient::ServerReservationRequest

Tell the server about the reservation 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 ServerReservationRequest
(
    const FString & SessionId,
    const FPartyReservation & Reservation
)

Remarks

Tell the server about the reservation request being made

Parameters

Parameter

Description

SessionId

expected session id on the other end (must match)

Reservation

pending reservation request to make with server