So I have some code that i was writing from the course of unreal engine and you’re supposed to get location and rotation of the camera view
and then we need to get the end because you do a line trace so you can actually shoot an object or a player but instead of doing this
FVector End = Location + Rotation.Vector() * MaxRange;
can’t we just get the forward vector of the location?