LineTraceSingle performance for small subset of complex scene.

There is a function that can trace against specific components only - LineTraceComponent. Since you’re dealing with a complex scene (and a long trace?), looping though a subset of static mesh components might be faster in this very instance which, I must admit, is somewhat unorthodox since line tracing is pretty efficient. Would it make sense?