IOnlineUser::QueryUserInfo

Starts an async task that queries/reads the info for a list of users

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineUserInterface.h"

Syntax

bool QueryUserInfo
(
    int32 LocalUserNum,
    const TArray< FUniqueNetIdRef > & UserIds
)

Remarks

Starts an async task that queries/reads the info for a list of users

Returns

true if the read request was started successfully, false otherwise

Parameters

Parameter

Description

LocalUserNum

the user requesting the query

UserIds

list of users to read info about

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