UPartyBeaconState::AreTeamsAvailable

Determine if there are any teams that can fit the current party request.

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 AreTeamsAvailable
(
    const FPartyReservation & ReservationRequest
) const

Remarks

Determine if there are any teams that can fit the current party request.

Returns

true if there are teams available, false otherwise

Parameters

Parameter

Description

ReservationRequest

reservation request to fit

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