FPartyReservation::CanPlayerMigrateFromReservation

Checks if a player from a different reservation can migrate to this reservation For example, TeamNum must match

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

bool CanPlayerMigrateFromReservation
(
    const FPartyReservation & Other
) const

Remarks

Checks if a player from a different reservation can migrate to this reservation For example, TeamNum must match

Returns

true if the player can migrate, false if not

Parameters

Parameter

Description

Other

the other reservation the player is in

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