Linetrace doesnt hit after a boxtrace

Hello, Im new to UE and im having a very hard time with two of my traces.

For some reason the Linetrace doesnt produce hits after the boxtrace.

Its set to hit any WorldStatic but it just isnt hitting anything, even though the boxtrace hits.

If i do the same exact thing with a linetrace it hits.

Im trying to make a climb/vault component and I was trying to make the player have the ability to grab onto a ledge even if its close to his head or on his foot but for some reason the boxtrace just messes with my linetrace and I cant get hits after it. If I make the linetrace from my pawn to the ledge doesnt matter if its on his head or the center it always returns hits.

Never mind found the solution by changing into a CapsuleTrace and adding/subtracting a unit to the Y axis on the LineTrace.