Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/Chat
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USocialChatChannel
- USocialReadOnlyChatChannel
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/SocialReadOnlyChatChannel.h |
| Include | #include "Chat/SocialReadOnlyChatChannel.h" |
Syntax
UCLASS&40;&41;
class USocialReadOnlyChatChannel : public USocialChatChannel
Remarks
A strawman chat channel that relies exclusively on other channels messages for content, does not support sending messages
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. | |
| bool |