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