If anyone can help with a technical question on RTX and game engines:
What's the limits on ray-recursion depth (how many bounces/ray interactions) to assure real-time performance (>30ps)? Are you limited to a single shader?
From my understanding at least with path tracing it would depend more on the behaviour of your implementation and not a constant.