Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/Chat
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USocialChatChannel
- USocialPrivateMessageChannel
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/SocialPrivateMessageChannel.h |
| Include | #include "Chat/SocialPrivateMessageChannel.h" |
Syntax
UCLASS&40;&41;
class USocialPrivateMessageChannel : public USocialChatChannel
Remarks
A modified version of a chat room that only contains two participants - the current user and a private recipient of their messages. This is equivalent to sending a "whisper".
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. |