Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput > API/Plugins/PixelStreamingInput/IPixelStreamingInputHandler
Deprecated * SetTargetScreenSize() is deprecated. Please use SetTargetScreenRect() instead.
References
| Module | PixelStreamingInput |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/IPixelStreamingInputHandler.h |
| Include | #include "IPixelStreamingInputHandler.h" |
void SetTargetScreenSize
&40;
TWeakPtr< FIntPoint > InTargetScreenSize
&41;
Remarks
Set the target screen size for this streamer. This is used to when the streamer doesn't have a singular target window / viewport and as such we just use the manual scale.
Parameters
| Name | Description |
|---|---|
| InTargetWindow | The target screen size |