How can I get all actors in a camera's view frustum?

It would be very expensive to get all actors that are in the view frustum in the current frame (you would need to cull the frame a additional time). If you can provide some details what you are trying to accomplish, then I can maybe help you find a way that’s way cheaper than just fetching all actors in the frustum in a single call.