Cursor click to move the first person character, spawn actor component static mesh does not show up

Hi,

I was trying to set up line trace blueprint to move the character with cursor. When cursor clicks, the circle (made with static mesh plane with material) shows the location, then disappear. The issue is I could not get the circle to show in the scene, when clicking, character moves, but no circle showing where I point to. This is my blueprint:

Any help would be really appreciated. Thank you!

You might be spawning it above/below as you are ignoring the Z of the trace.

Does the trace show a correct debug?

In general:
Never, ever spawn actors on button pressed. This fires each tick when you hold the button. Move move and show a hidden actor instead. Better yet move and show just a mesh.

I’d try just using the click location

You don’t need to translate it.