IOnlineUser::QueryExternalIdMappings

Contacts server to obtain user ids from external ids

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineUserInterface.h"

Syntax

bool QueryExternalIdMappings
(
    const FUniqueNetId & UserId,
    const FExternalIdQueryOptions & QueryOptions,
    const TArray< FString > & ExternalIds,
    const FOnQueryExternalIdMappingsComplete & Delegate
)

Remarks

Contacts server to obtain user ids from external ids

Returns

true if the operation was started successfully

Parameters

Parameter

Description

UserId

id of the user that is requesting the name string lookup

QueryOptions

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

ExternalIds

array of external ids to attempt to map to user ids

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