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
struct FRemoteControlWebsocketRoute
Variables
| Type | Name | Description | |
|---|---|---|---|
| FWebSocketMessageDelegate | Delegate | The handler called when the route is accessed. | |
| FString | MessageName | The message handled by this route. | |
| FString | RouteDescription | A description of how the route should be used. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRemoteControlWebsocketRoute
(
const FString& InRouteDescription, |