Navigation
API > API/Plugins > API/Plugins/WebRemoteControl
References
| Module | WebRemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/WebRemoteControl/Public/WebRemoteControlUtils.h |
| Include | #include "WebRemoteControlUtils.h" |
namespace WebRemoteControlUtils
{
template<typename MessageType>
void WebRemoteControlUtils&58;&58;SerializeMessage
&40;
const MessageType & InMessageObject,
TArray< uint8 > & OutMessagePayload
&41;
}
Remarks
Serialize a message object into a UTF-8 Payload.
Parameters
| Name | Description |
|---|---|
| InMessageObject | the object to serialize. |
| OutResponsePayload | the resulting UTF-8 payload. |