Navigation
| Name | PixelStreaming2Input |
| Type | Plugin |
| Part of Plugins | Pixel Streaming 2 |
| Location | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/ |
| Module Build Rules | PixelStreaming2Input.Build.cs |
Interfaces
| Name | Remarks |
|---|---|
| IPixelStreaming2DataProtocol | Interface for a datachannel protocol. |
| IPixelStreaming2InputHandler | The IPixelStreaming2InputHandler, used to handle input from a remote peer and pass it to UE accordingly. |
| IPixelStreaming2InputMessage | A message that is sent over the Pixel Streaming data channel. |
| IPixelStreaming2InputModule | Provides mechanism for managing input handlers and devices in Pixel Streaming. |
Enums
Public
| Name | Remarks |
|---|---|
| EPixelStreaming2InputAction | The possible actions pixel streaming supports. These actions help differentiate input received from the browser. |
| EPixelStreaming2InputType | The possible control schemes pixel streaming supports. RouteToWindow routes input at an application level. RouteToWidget routes input to a specific widget, ignoring the rest of the application. |
| EPixelStreaming2MessageDirection | The message directions. |
| EPixelStreaming2MessageTypes | The data types supported when sending messages across the data channel to/from peers. |