IOnlineChat::GetRoomInfo

Get cached room info for a room

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineChatInterface.h"

Syntax

TSharedPtr< FChatRoomInfo > GetRoomInfo
(
    const FUniqueNetId & UserId,
    const FChatRoomId & RoomId
)

Remarks

Get cached room info for a room

Returns

RoomInfo information about a chat room or NULL if not found

Parameters

Parameter

Description

UserId

id of user to find

RoomId

id of room to find

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