Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBlockDelimiters | |||
| FRCRequest | Holds a request made to the remote control server. | ||
| FRemoteControlWebSocketMessage | |||
| FRemoteControlWebsocketRoute | |||
| IWebRemoteControlModule | A Remote Control module that allows exposing objects and properties from the editor. |
Typedefs
| Name | Description |
|---|---|
| FOnWebServerStarted | Copyright Epic Games, Inc. All Rights Reserved. |
| FOnWebSocketConnectionClosed | |
| FOnWebSocketConnectionOpened | |
| FWebSocketMessageDelegate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | WebRemoteControlUtils::ConvertToTCHAR
(
TConstArrayView< uint8 > InUTF8Payload, |
Convert a UTF-8 payload to a TCHAR payload. | |
| void | WebRemoteControlUtils::ConvertToUTF8
(
TConstArrayView< uint8 > InTCHARPayload, |
Convert a TCHAR payload to UTF-8. | |
| void | WebRemoteControlUtils::ConvertToUTF8
(
const FString& InString, |
Convert a FString to UTF-8. | |
| TSharedRef< IStructDeserializerBackend > | Create a JSON deserializer backend for use with other WebRemoteControl functions. | ||
| TSharedRef< IStructSerializerBackend > | Create a JSON serializer backend for use with other WebRemoteControl functions. | ||
| bool | WebRemoteControlUtils::DeserializeMessage
(
TConstArrayView< uint8 > InTCHARPayload, |
Deserialize a message payload into a UStruct. | |
| void | WebRemoteControlUtils::SerializeMessage
(
const MessageType& InMessageObject, |
Serialize a message object into a UTF-8 Payload. |