USocialReadOnlyChatChannel

A strawman chat channel that relies exclusively on other channels messages for content, does not support sending messages

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Party

Header

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

Include

#include "Chat/SocialReadOnlyChatChannel.h"

Syntax

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

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.

Public function Virtual Const

bool

 

SupportsMessageSending()

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