Navigation
API > API/Plugins > API/Plugins/WebRemoteControl > API/Plugins/WebRemoteControl/IWebRemoteControlModule
References
| Module | WebRemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/WebRemoteControl/Public/IWebRemoteControlModule.h |
| Include | #include "IWebRemoteControlModule.h" |
void SendWebsocketMessage
&40;
const FGuid & InTargetClientId,
const TArray< uint8 > & InUTF8Payload
&41;
Remarks
Send a message through the websocket server.
Parameters
| Name | Description |
|---|---|
| InTargetClientId | ID of the client to send the message to. |
| InUTF8Payload | Payload to send with the message. |