IOnlineChat::CreateRoom

Kick off request for creating a chat room with a provided configuration

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineChatInterface.h"

Syntax

bool CreateRoom
(
    const FUniqueNetId & UserId,
    const FChatRoomId & RoomId,
    const FString & Nickname,
    const FChatRoomConfig & ChatRoomConfig
)

Remarks

Kick off request for creating a chat room with a provided configuration

Returns

if successfully started the async operation

Parameters

Parameter

Description

UserId

id of user that is creating the room

RoomId

name of room to create

Nickname

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

RoomConfig

configuration for the 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