Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/Chat
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USocialChatChannel
- USocialChatRoom
- USocialPartyChatRoom
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/SocialChatRoom.h |
| Include | #include "Chat/SocialChatRoom.h" |
Syntax
UCLASS&40;&41;
class USocialChatRoom : public USocialChatChannel
Remarks
A multi-user chat room channel. Used for all chat situations outside of private user-to-user direct messages.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FText | DetermineChannelDisplayName
(
ESocialChannelType InSourceChannelType, |
Virtual bool HasUnreadMessages() const override; | |
| const FChatRoomId & |
Overridden from USocialChatChannel
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
USocialUser* InSocialUser, |
||
| bool | SendMessage
(
const FString& Message |
Sends a text message to all other users in this channel. |