Hi, I’m using a SceneCaptureComponent2D and a RenderTexture to display a mesh, but it appears partially rendered and with black areas.
I am testing it on an Android RedmiNote8 and UE4.26.1 binary.
The RenderTexture configuration is the normal one, it is assigned to the SceneCaptureComponent2D component.
The material plane that works as a screen has an emissive with the same RenderTexture.
On PC there is no problem.
And I have tried the same thing on the same Android (RedmiNote8) but without any ARSessionConfig enabled and it looks good.
What do I forget? Any ideas?