Some issues with trying to get camera to follow between player character and mouse in Blueprint

image

You’re tracing on the visibility channel which everything blocks. You could create a new channel that everyone ignores by default:

Everyone apart from the elements of your scene you want the mouse to trace against:

This particular test only cares now about a single channel.


Also, here’s an alternative approach that uses screen space instead:

1 Like