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