Description:
You can change your Unreal App resolution from your pixel streaming application. Open the link above and step into the booth. In the UI, type the resolution you want to use.
Now press the Change button and you will notice that your application’s custom resolution has been changed.
DemoVideo:
Blueprint code:
To make this work in your own project, you need to send the following pixel streaming response:
{ "cmd": "freezeResolutionAt", "x": (YourValue), "y": (YourValue) }
You can make this JSON object using VaRest Plugin or You can manually type it.
Now you will have a JSON to send as a Pixel Streaming Response.
If you want to learn more about Custom resolutions, please check out this document:
Dynamic/Custom Resolutions
0 Comments