In 5.8, all runtime-generated PCG (components with Generation Trigger = Generate At Runtime) regenerates whenever the render resolution changes — changing resolution in the game’s video settings, toggling fullscreen, or pressing F11 (LevelEditor.ToggleImmersive) in PIE. It is not specific to fullscreen mode (exclusive vs windowed-fullscreen); any resolution/viewport change triggers it. It reproduces in packaged builds. It only occurs once the level was entered via a level travel (OpenLevel / the “open” console command); a cold first-loaded level is unaffected. No regeneration occurs in 5.7.
[Attachment Removed]
Hi!
It’s a known issue because the gpu resources are transient in this kind of generation setup.
We properly react to it when stuff comes back up however, which is better than the alternative (nothing left!).
However, I can understand this could be a problem in your case. If you want more details or how that would be possible to fix, let me know.
Cheers,
Julien
[Attachment Removed]
Hey, we kinda worked around it by disabling the autorefresh-options in the pcg graph. That solved the issue so far on our side. Not 100% sure though yet, if it will land on our feet later during production.. [Image Removed]
[Attachment Removed]