Blueprints - Multi Sphere Trace For Objects

I am trying to connect an out hit from multi sphere trace for objects to a hit on break hit result but it wont connect



i am following this tutorial - https://youtu.be/QoXxNpTyuV0?si=kxnZ2Omf5itOVYj0&t=2675
From 44:35
Thanks for any help really apricate it - if you need any more screenshots or info just ask.

The Multi Sphere Trace returns an Array of hit results.

From docs for Multi Sphere Trace for Objects →

Out Hits
Array of Hit Result Structures
A list of hits, sorted along the trace from start to finish. The blocking hit will be the last hit, if there was one.


If you only want one hit, use Sphere Trace for Objects instead.