USocialReadOnlyChatChannel::SendMessage

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

Windows
MacOS
Linux

Override Hierarchy

USocialChatChannel::SendMessage()

USocialReadOnlyChatChannel::SendMessage()

References

Module

Party

Header

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

Include

#include "Chat/SocialReadOnlyChatChannel.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Party/Private/Chat/SocialReadOnlyChatChannel.cpp

Syntax

virtual bool SendMessage
(
    const FString & Message
)

Remarks

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

Returns

True if the message was sent successfully

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