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
(
    int32 LocalUserNum
) const

Remarks

Fetches the login status for a given player

Returns

the enum value of their status

Parameters

Parameter

Description

LocalUserNum

the controller number 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