Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Friend list invite states
| Name | EInviteStatus::Type |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
Syntax
namespace EInviteStatus
{
enum Type
{
Unknown,
Accepted,
PendingInbound,
PendingOutbound,
Blocked,
Suggested,
}
}
Values
| Name | Remarks |
|---|---|
| Unknown | Unknown state |
| Accepted | Friend has accepted the invite |
| PendingInbound | Friend has sent player an invite, but it has not been accepted/rejected |
| PendingOutbound | Player has sent friend an invite, but it has not been accepted/rejected |
| Blocked | Player has been blocked |
| Suggested | Suggested friend |