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 ChatRoomLeftInternal
&40;
const FChatRoomId & RoomId,
const FOnChatRoomLeft & CompletionDelegate
&41;
Remarks
Common code called at the end of chat room cleanup
Parameters
Name | Description |
---|---|
RoomId | id of the room let |
CompletionDelegate | delegate to fire to notify that the room has been left |