USocialPrivateMessageChannel

A modified version of a chat room that only contains two participants - the current user and a private recipient of their messages.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/SocialPrivateMessageChannel.h

Include

#include "Chat/SocialPrivateMessageChannel.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
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

Name Description

Public function Virtual

void

 

Initialize

(
    USocialUser* InSocialUser,
    const FChatRoomId& InChannelId,
    ESocialChannelType InSourceChannelT...
)

Public function Virtual

bool

 

SendMessage

(
    const FString& Message
)

Sends a text message to all other users in this channel.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss