Enum EPartyReservationResult
The result code that will be returned during party reservation
Namespace: UE4.OnlineSubsystemUtils
Assembly: UE4DotNet.dll
Syntax
public enum EPartyReservationResult
Fields
| Name | Description |
|---|---|
| BadSessionId | |
| EPartyReservationResult_MAX | |
| GeneralError | |
| IncorrectPlayerCount | |
| NoResult | |
| PartyLimitReached | |
| RequestPending | |
| RequestTimedOut | |
| ReservationAccepted | |
| ReservationDenied | |
| ReservationDenied_Banned | |
| ReservationDenied_ContainsExistingPlayers | |
| ReservationDenied_CrossPlayRestriction | |
| ReservationDuplicate | |
| ReservationInvalid | |
| ReservationNotFound | |
| ReservationRequestCanceled |