Navigation
API > API/Plugins > API/Plugins/Rejoin
Possible states that a rejoin check can be in at any given time
| Name | ERejoinStatus |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Rejoin/Public/RejoinCheck.h |
| Include Path | #include "RejoinCheck.h" |
Syntax
enum ERejoinStatus
{
NoMatchToRejoin,
RejoinAvailable,
UpdatingStatus,
NeedsRecheck,
NoMatchToRejoin_MatchEnded,
}
Values
| Name | Remarks |
|---|---|
| NoMatchToRejoin | There is no match to rejoin. The user is already in a match or there is no match in progress for the user. |
| RejoinAvailable | There is a rejoin available for the user. |
| UpdatingStatus | We are currently updating the status of rejoin. |
| NeedsRecheck | We need to recheck the state before allowing any further progress through the UI (e.g right after login or right after leaving a match without it ending normally). |
| NoMatchToRejoin_MatchEnded | Match ended normally, no check required (only set when returning from a match) |