IOnlineUser::GetExternalIdMappings

Get the cached user ids for the specified external ids

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineUserInterface.h"

Syntax

void GetExternalIdMappings
(
    const FExternalIdQueryOptions & QueryOptions,
    const TArray< FString > & ExternalIds,
    TArray< FUniqueNetIdPtr > & OutIds
)

Remarks

Get the cached user ids for the specified external ids

Parameters

Parameter

Description

QueryOptions

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

ExternalIds

array of external ids to map to user ids

OutIds

array of user ids that map to the specified external ids (can contain null entries)

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