In Persona, the preview settings aren't saved in 5.5

Hi all,

My team recently migrated to 5.5 and I realized that, in Persona (Skeletal Mesh / Anim editor), the preview settings such as the ones toggleable via the I, O or P keys (respectively toggling the parking lot skybox, the display of the floor, or the post process), are no longer persistent any time you reboot the editor, or even just open a new Persona tab within the same editor session.

Do other people have that issue with the vanilla engine? (or do we have something broken at my studio?)

Is there an editor settings that needs to be toggled for this to be persistent again?
(always worked fine in previous versions)


Thanks in advance for the help,
Jonathan

A workaround we found is adding this line of code in the end of FAdvancedPreviewScene constructor:
UpdateScene(Profile);

1 Like

Thanks so much Chen !!!
Hopefully Epic can implement that fix for 5.6 :folded_hands: