IOnlineIdentity::GetUniquePlayerId

Gets the platform specific unique id for the specified player

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::GetUniquePlayerId()

FOnlineIdentityTwitch::GetUniquePlayerId()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

FUniqueNetIdPtr GetUniquePlayerId
(
    int32 LocalUserNum
) const

Remarks

Gets the platform specific unique id for the specified player

Returns

Valid player id object if the call succeeded, NULL otherwise

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