IOnlineIdentity::GetPlatformUserIdFromUniqueNetId

Temporary hack to get a corresponding [FUniqueNetId](API\Runtime\CoreUObject\UObject\FUniqueNetId) from a PlatformUserId

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::GetPlatformUserIdFromUniqueNetId()

FOnlineIdentityTwitch::GetPlatformUserIdFromUniqueNetId()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

FPlatformUserId GetPlatformUserIdFromUniqueNetId
(
    const FUniqueNetId & UniqueNetId
) const

Remarks

Temporary hack to get a corresponding FUniqueNetId from a PlatformUserId

Returns

The corresponding id or PLATFORMID_NONE if not found

Parameters

Parameter

Description

UniqueNetId

The unique id to look up

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