Navigation
API > API/Plugins > API/Plugins/Rejoin > API/Plugins/Rejoin/URejoinCheck
Description
Manually set the status of rejoins. Used when entering/leaving a map as a hint for future check requirements
| Name | SetStatus |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Rejoin/Public/RejoinCheck.h |
| Include Path | #include "RejoinCheck.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Rejoin/Private/RejoinCheck.cpp |
void SetStatus
(
ERejoinStatus NewStatus
)
Parameters
| Name | Remarks |
|---|---|
| NewStatus | change current status to a new value |