UPartyBeaconState::DoesReservationFit

Determine if this reservation fits all rules for fitting in the game

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "PartyBeaconState.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/PartyBeaconState.cpp

Syntax

virtual bool DoesReservationFit
(
    const FPartyReservation & ReservationRequest
) const

Remarks

Determine if this reservation fits all rules for fitting in the game

Returns

true if reservation can be added to this state, false otherwise

Parameters

Parameter

Description

ReservationRequest

reservation to test for

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