How to change location of sceen capture component?

333576-printstring.jpg

Yep that’s what i was saying the z axis never changes the view

Also idk if this could be why. but your capture is in perspective and mines in orthographic.

This makes no sense whatsoever. Where is that 4503 coming from? That’s clearly not the billboard that you’re showing in the image. Do you see the same value printed always?

Are you sure that your platform actor does override the position of the billboard somehow? Are you setting something on tick, begin play, construction script in the platform actor? Reading the value of a variable and sending it to the billboard.

If you see one value printed and another result in the game, something somewhere is being overridden and we can’t see it in the examples you’ve presented.

Sadly, I really can’t afford dedicating more time to this :expressionless:

Good luck.

This is an example of why I kept asking you disclosed more information to begin with…

Yeah that 4503 value was coming form an absolute location value of the billboard whereas it was actually set to the relative location. So the z axis works on the billboard, it just changes the view of the items displayed on each platform. Its the camera/ capture component which is faulty… I don’t know what’s wrong with it but something is.