IOnlineChat::GetMembers

Get cached list of members currently joined in a chat room

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineChatInterface.h"

Syntax

bool GetMembers
(
    const FUniqueNetId & UserId,
    const FChatRoomId & RoomId,
    TArray< TSharedRef< FChatRoomMember > > & OutMembers
)

Remarks

Get cached list of members currently joined in a chat room

Returns

true if found

Parameters

Parameter

Description

UserId

id of user to find

RoomId

id of room to find

OutRoomMembers

[out] list of current members in the chat room

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