FOnlineIdentityTwitch::GetLoginStatus

Fetches the login status for a given player

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::GetLoginStatus()

FOnlineIdentityTwitch::GetLoginStatus()

References

Module

OnlineSubsystemTwitch

Header

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Public/OnlineIdentityTwitch.h

Include

#include "OnlineIdentityTwitch.h"

Source

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Private/OnlineIdentityTwitch.cpp

Syntax

virtual 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