Get Hit Under cursor By visibility Does not ignore hidden actors

In previous version Get Hit result under cursor By channel Trace channel Visibility ignored my hidden objects, in 4.16 it doesn’t and it returns the hit of the hidden object.

To reproduce it I created a new Top down Project and added a plane component to TopDownCharacter and placed it in the front of the camera and set the plane Hidden In Game. Now the CursorToWorld Component Is not visible if the mouse is on top of the hidden plane because the Hit Under Cursor returns the hidden plane.

Version: 4.16.0-3427662+++UE4+Release-4.16
Hope it helps.

Hello,

Thank you for your report. I have entered a bug report, which you can track using the link below:

Have a great day

if you set the hidden actor to NoCollision the mouse hit result will ignore it