Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconClient.h |
Include |
#include "PartyBeaconClient.h" |
UFUNCTION(Server, Reliable, WithValidation)
virtual void ServerReservationRequest
(
const FString & SessionId,
const FPartyReservation & Reservation
)
Tell the server about the reservation request being made
Parameter |
Description |
---|---|
SessionId |
expected session id on the other end (must match) |
Reservation |
pending reservation request to make with server |