Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput
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 | EPixelStreamingInputType |
| Type | enum |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputEnums.h |
| Include Path | #include "PixelStreamingInputEnums.h" |
Syntax
enum EPixelStreamingInputType
{
RouteToWindow,
RouteToWidget,
}
Values
| Name | Remarks |
|---|---|
| RouteToWindow | |
| RouteToWidget |