APartyBeaconClient::ServerRemoveMemberFromReservationRequest

Tell the server that we are removing members from our reservation

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "PartyBeaconClient.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(Server, Reliable, WithValidation)
virtual void ServerRemoveMemberFromReservationRequest
(
    const FString & SessionId,
    const FPartyReservation & ReservationUpdate
)

Remarks

Tell the server that we are removing members from our reservation

Parameters

Parameter

Description

SessionId

expected session id on the other end (must match)

ReservationUpdate

pending reservation request to make with server

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