IOnlineChat::ExitRoom

Kick off request for exiting a previously joined 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 ExitRoom
(
    const FUniqueNetId & UserId,
    const FChatRoomId & RoomId
)

Remarks

Kick off request for exiting a previously joined chat room

Returns

if successfully started the async operation

Parameters

Parameter

Description

UserId

id of user that is exiting

RoomId

name of room to exit

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