Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
Include |
#include "OnlineSubsystemTypes.h" |
namespace EInviteStatus
{
enum Type
{
Unknown,
Accepted,
PendingInbound,
PendingOutbound,
Blocked,
Suggested,
}
}
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 |
Friend list invite states