IOnlineUser::GetAllUserInfo

Obtains the cached list of online user info

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineUserInterface.h"

Syntax

bool GetAllUserInfo
(
    int32 LocalUserNum,
    TArray< TSharedRef< class FOnlineUser > > & OutUsers
)

Remarks

Obtains the cached list of online user info

Returns

true if user info was found

Parameters

Parameter

Description

LocalUserNum

the local user that queried for online user data

OutUsers

[out] array that receives the copied data

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