Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconState.h |
| Include | #include "PartyBeaconState.h" |
Syntax
USTRUCT&40;&41;
struct FPartyReservation
Remarks
A whole party reservation
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdRepl | PartyLeader | Player initiating the request | |
| TArray< FPlayerReservation > | PartyMembers | All party members (including party leader) in the reservation | |
| TArray< FPlayerReservation > | RemovedPartyMembers | Keeping a record of all logged out players from this reservation. | |
| int32 | TeamNum | Team assigned to this party |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanPlayerMigrateFromReservation
(
const FPartyReservation& Other |
Checks if a player from a different reservation can migrate to this reservation For example, TeamNum must match | |
| void | Dump () |
Dump this reservation to log | |
| void | Dump this reservation to log | ||
| bool | IsValid
(
bool bIsValidationStrRequired |
Is this data well formed | |
| int32 | RemoveAllPartyMembers
(
const FPlayerReservation& OtherRes |
||
| void | RemovePartyMemberAtIndex
(
int32 Idx |