I'm implementing a feature that Player can select Actor with spine animation by left mouse click.
I use LineTraceByChannel to detect what actor is under cursor. However, Line trace can not detect SpineSkeletonRendererComponent. I try to change the collision setting of renderer component but doesn't work.
How to let renderer component response to line trace?