Hi there,
Our title makes use of custom Device Profiles for purposes of configuring and applying dedicated “Performance” and “Fidelity” modes on select console platforms. We also use custom profiles for when the title has multiple local players, again for performance-related reasons.
We are experiencing some hitching when we switch device profiles, as outlined here:
[Content removed]
In order to counteract this, we had the idea of using the Movie Player so that we could show some Slate UI animation whilst the game thread is occupied. We have implemented a prototype - essentially a tweaked copy of FStreamingPauseRenderingModule - which based on some preliminary testing does appear to work (we see the throbber widget animating during this time, and no signs of subsequent stability issues, which is initially encouraging).
One slight drawback is that the frame rendered into the background view texture does not contain any Slate rendering, so we get some visual discontinuity when our Movie Player is active as any UI “pops off” during this time.
Can you provide any advice whether rendering the UI into the background texture is going to be feasible, and if so, how we might go about that?
[Attachment Removed]