USocialChatRoom

A multi-user chat room channel.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Party

Header

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

Include

#include "Chat/SocialChatRoom.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class USocialChatRoom : public USocialChatChannel

Remarks

A multi-user chat room channel. Used for all chat situations outside of private user-to-user direct messages.

Functions

Name Description

Public function Virtual

const FText

 

DetermineChannelDisplayName

(
    ESocialChannelType InSourceChannelT...,
    const FChatRoomId& InRoomId
)

Virtual bool HasUnreadMessages() const override;

Public function Const

const FChatR...

 

GetChatRoomId()

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