IOnlineUser::GetExternalIdMapping

Get the cached user id for the specified external id

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineUserInterface.h"

Syntax

FUniqueNetIdPtr GetExternalIdMapping
(
    const FExternalIdQueryOptions & QueryOptions,
    const FString & ExternalId
)

Remarks

Get the cached user id for the specified external id

Returns

user info or null ptr if not found

Parameters

Parameter

Description

QueryOptions

Options specifying how to treat the External IDs and other query-related settings

ExternalId

external id to obtain user id for

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