Navigation
Unreal Engine C++ API Reference > Plugins > Party > UChatroom
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 |
void OnChatRoomLeft
&40;
const FUniqueNetId & LocalUserId,
const FChatRoomId & RoomId,
bool bWasSuccessful,
const FString & Error,
FChatRoomId ChatRoomIdCopy,
FOnChatRoomLeft CompletionDelegate
&41;
Remarks
Delegate fired after LeaveChatRoom completes
Parameters
Name | Description |
---|---|
LocalUserId | user leaving the chat room |
RoomId | id of room left |
bWasSuccessful | was the leave successful |
Error | error string if not successful |
ChatRoomIdCopy | room we are trying to leave |
CompletionDelegate | user passed in delegate |