Navigation
API > API/Plugins > API/Plugins/WebRemoteControl
| Name | FRemoteControlWebsocketRoute |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/WebRemoteControl/Public/RemoteControlWebsocketRoute.h |
| Include Path | #include "RemoteControlWebsocketRoute.h" |
Syntax
struct FRemoteControlWebsocketRoute
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RemoteControlWebsocketRoute.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Delegate | FWebSocketMessageDelegate | The handler called when the route is accessed. | RemoteControlWebsocketRoute.h | |
| MessageName | FString | The message handled by this route. | RemoteControlWebsocketRoute.h | |
| RouteDescription | FString | A description of how the route should be used. | RemoteControlWebsocketRoute.h |