IOnlineIdentity::GetLoginStatus

Fetches the login status for a given player

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::GetLoginStatus()

FOnlineIdentityTwitch::GetLoginStatus()

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

ELoginStatus::Type GetLoginStatus
(
    const FUniqueNetId & UserId
) const

Remarks

Fetches the login status for a given player

Returns

the enum value of their status

Parameters

Parameter

Description

UserId

the unique net id of the associated user

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