Hey! I’m looking for a way to check if certain object is in camera view or not? How can I do this?
I did thought of a workaround where I attached a view spectrum collision shape to the camera and if that shape overlaps something then its in view.
But it has many limitations like, you’ve to create the collision shape as per the camera field of view which won’t be accurate. And distant objects which are out of the shape area won’t get detected even if they are in front of the camera.
So, is there any functionality to detect the rendered objects in blueprint? Or any ideas for a workaround is also appreciated.