Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineUser
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineUserInterface.h |
| Include | #include "Interfaces/OnlineUserInterface.h" |
FUniqueNetIdPtr GetExternalIdMapping
(
const FExternalIdQueryOptions & QueryOptions,
const FString & ExternalId
)
Remarks
Get the cached user id for the specified external id user info or null ptr if not found
Parameters
| Name | Description |
|---|---|
| QueryOptions | Options specifying how to treat the External IDs and other query-related settings |
| ExternalId | external id to obtain user id for |