Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/UPartyBeaconState
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconState.h |
| Include | #include "PartyBeaconState.h" |
virtual bool ValidateNewPartyReservation
(
const FPartyReservation & ReservationRequest
)
Remarks
Allows child classes to add extra validation when a new reservation request comes in, for example to validate the new players are allowed in based on privacy settings True if the players in the reservation are allowed in the session
Parameters
| Name | Description |
|---|---|
| ReservationRequest | The new reservation that will be added to the beacon's list of reservations |