Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/Chat > API/Plugins/Party/Chat/USocialChatChannel
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 |
virtual void InjectLocalMessage
&40;
const TSharedRef< FSocialLocalChatMessage > & LocalMessage
&41;
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.