Navigation
API > API/Plugins > API/Plugins/Party
A strawman chat channel that relies exclusively on other channels messages for content, does not support sending messages
| Name | USocialReadOnlyChatChannel |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/SocialReadOnlyChatChannel.h |
| Include Path | #include "Chat/SocialReadOnlyChatChannel.h" |
Syntax
UCLASS (MinimalAPI)
class USocialReadOnlyChatChannel : public USocialChatChannel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USocialChatChannel → USocialReadOnlyChatChannel
Functions
Public
Overridden from USocialChatChannel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize
(
USocialUser* InSocialUser, |
Chat/SocialReadOnlyChatChannel.h | ||
virtual bool SendMessage
(
const FString& Message |
Sends a text message to all other users in this channel. | Chat/SocialReadOnlyChatChannel.h | |
virtual bool SupportsMessageSending() |
Chat/SocialReadOnlyChatChannel.h |