EInviteStatus::Type

Friend list invite states

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace EInviteStatus
{
    enum Type
    {
        Unknown,
        Accepted,
        PendingInbound,
        PendingOutbound,
        Blocked,
        Suggested,
    }
}

Values

Name

Description

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

Remarks

Friend list invite states