FOnlineIdentityTwitch::GetPlayerNickname

Reads the player's nick name from the online service

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::GetPlayerNickname()

FOnlineIdentityTwitch::GetPlayerNickname()

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

Remarks

Reads the player's nick name from the online service

Returns

a string containing the players nick name

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