Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input
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.
| Name | EPixelStreaming2InputType |
| Type | enum |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/PixelStreaming2InputEnums.h |
| Include Path | #include "PixelStreaming2InputEnums.h" |
Syntax
enum EPixelStreaming2InputType
{
RouteToWindow = 0,
RouteToWidget = 1,
}
Values
| Name | Remarks |
|---|---|
| RouteToWindow | |
| RouteToWidget |