IOnlineChat::GetJoinedRooms

Get cached list of rooms that have been joined

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineChatInterface.h"

Syntax

void GetJoinedRooms
(
    const FUniqueNetId & UserId,
    TArray< FChatRoomId > & OutRooms
)

Remarks

Get cached list of rooms that have been joined

Parameters

Parameter

Description

UserId

id of user to find

OutRooms

[out] list of room ids or empty if not found

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