Navigation
API > API/Plugins > API/Plugins/WebRemoteControl
References
| Module | WebRemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/WebRemoteControl/Public/RemoteControlWebsocketRoute.h |
| Include | #include "RemoteControlWebsocketRoute.h" |
Syntax
USTRUCT&40;&41;
struct FRCRequest
Remarks
Holds a request made to the remote control server.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Passphrase | ||
| TMap< FString, FBlockDelimiters > | StructParameters | Holds the start and end of struct parameters | |
| TArray< uint8 > | TCHARBody | Holds the request's TCHAR payload. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FRCRequest () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddStructParameter
(
FString ParameterName |
||
| FBlockDelimiters & | GetParameterDelimiters
(
const FString& ParameterName |
||
| TMap< FString, FBlockDelimiters > & |