IOnlineChat::JoinPrivateRoom

Kick off request for joining a private 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 JoinPrivateRoom
(
    const FUniqueNetId & UserId,
    const FChatRoomId & RoomId,
    const FString & Nickname,
    const FChatRoomConfig & ChatRoomConfig
)

Remarks

Kick off request for joining a private chat room

Returns

if successfully started the async operation

Parameters

Parameter

Description

UserId

id of user that is joining

RoomId

name of room to join

Nickname

display name for the chat room. Name must be unique and is reserved for duration of join

ChatRoomConfig

configuration parameters needed to join

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