USocialChatChannel::InjectLocalMessage

Manually adds the given message to the channel's log locally.

Windows
MacOS
Linux

References

Module

Party

Header

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

Include

#include "Chat/SocialChatChannel.h"

Source

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

Syntax

virtual void InjectLocalMessage
(
    const TSharedRef< FSocialLocalChatMessage > & LocalMessage
)

Remarks

Manually adds the given message to the channel's log locally. Representations of this channel on other clients will not receive the message. Useful for adding custom messages that did not originate from a user.

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