UChatroom::LeaveChatRoom

Leave the joined chat room

Windows
MacOS
Linux

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chatroom.h

Include

#include "Chatroom.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Party/Private/Chatroom.cpp

Syntax

void LeaveChatRoom
(
    const FUniqueNetIdRepl & LocalUserId,
    const FOnChatRoomLeft & CompletionDelegate
)

Remarks

Leave the joined chat room

Parameters

Parameter

Description

LocalUserId

user leaving the chat room

CompletionDelegate

delegate fired when operation completes

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