I would like to rotate Arrow Component to center of my screen.
I have this code
But it is not working. Can you help me to build code?
Why not just plug in “Get Camera Location” to the target of “Find Look at Rotation”?
Get Starting location from gun or arrow origin
Get your target like this: Get Camera Rotation > Get Forward Vector > Multiply Vector by float (distance you want to point to) > Add Vector you just multiplied to Camera Location
Note that this makes your arrow point only accurate to the fixed distance.
Thank you guys