Navigation
API > API/Plugins > API/Plugins/WebRemoteControl
| |
|
| Name |
FRemoteControlWebSocketMessage |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/WebRemoteControl/Public/RemoteControlWebsocketRoute.h |
| Include Path |
#include "RemoteControlWebsocketRoute.h" |
Syntax
struct FRemoteControlWebSocketMessage
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ClientId |
FGuid |
|
RemoteControlWebsocketRoute.h |
|
| Header |
TMap< FString, TArray< FString > > |
|
RemoteControlWebsocketRoute.h |
|
| MessageId |
int32 |
|
RemoteControlWebsocketRoute.h |
|
| MessageName |
FString |
|
RemoteControlWebsocketRoute.h |
|
| PeerAddress |
TSharedPtr< class FInternetAddr > |
|
RemoteControlWebsocketRoute.h |
|
| RequestPayload |
TArrayView< uint8 > |
|
RemoteControlWebsocketRoute.h |
|