EInviteStatus::Type

Friend list invite states

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss