r.SetRes prevents dynamic texture from rendering in VR Preview

I’ve been using UCanvasRenderTarget2D to create visualizations on a sphere using the Vive. Today I tried to add a r.SetRes command to the level blueprint only to see that the sphere was now just rendering as black. The dynamic textures work in every other preview mode except VR preview, whether the SetRes command is run or not. Its only in VR Preview that they do not show up. Is this a bug or am I missing something obvious? I’ve attached a small project that reproduces the issue. Project