Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/USocialChatChannel
Description
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.
| Name | InjectLocalMessage |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/SocialChatChannel.h |
| Include Path | #include "Chat/SocialChatChannel.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Party/Private/Chat/SocialChatChannel.cpp |
virtual void InjectLocalMessage
(
const TSharedRef < FSocialLocalChatMessage > & LocalMessage
)