Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FPartyReservation
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 |
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 true if the player can migrate, false if not
Parameters
| Name | Description |
|---|---|
| Other | the other reservation the player is in |