APartyBeaconHost::UpdatePartyReservation

Updates an existing party reservation on the beacon An existing reservation for this party leader must already exist

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 EPartyReservationResult::Type UpdatePartyReservation
(
    const FPartyReservation & ReservationUpdateRequest,
    bool bIsRemovingMembers
)

Remarks

Updates an existing party reservation on the beacon An existing reservation for this party leader must already exist

Returns

update attempt result

Parameters

Parameter

Description

ReservationUpdateRequest

reservation update information (doesn't need existing party members, simply a delta)

bIsRemovingMembers

set to true if we wish to remove these members from the reservation instead of adding)

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