Calling line traces from within ::Tick() method

Running Line Traces in Tick is generally considered perfectly fine. The line trace will be computed IN the tick method and not delayed until physics updates. However, if you’re doing some sort of fine tuning that relies heavily on the line traces running before or after physics, you can actually set an actors ticking group with this or this for components.