Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineChat
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineChatInterface.h |
| Include | #include "Interfaces/OnlineChatInterface.h" |
bool SendRoomChat
(
const FUniqueNetId & UserId,
const FChatRoomId & RoomId,
const FString & MsgBody
)
Remarks
Kick off request for sending a chat message to a joined chat room if successfully started the async operation
Parameters
| Name | Description |
|---|---|
| UserId | id of user that is sending the message |
| RoomId | name of room to send message to |
| MsgBody | plain text of message body |