Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Types of reservation requests that can be made by this beacon
| Name | ESpectatorClientRequestType |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/SpectatorBeaconClient.h |
| Include Path | #include "SpectatorBeaconClient.h" |
Syntax
enum ESpectatorClientRequestType
{
NonePending,
ExistingSessionReservation,
ReservationUpdate,
EmptyServerReservation,
Reconnect,
Abandon,
}
Values
| Name | Remarks |
|---|---|
| NonePending | None pending |
| ExistingSessionReservation | Make a reservation with an existing session |
| ReservationUpdate | Make an update to an existing reservation |
| EmptyServerReservation | Reservation to configure an empty server |
| Reconnect | Simple reconnect (checks for existing reservation) |
| Abandon | Abandon the reservation beacon (game specific handling) |