Why SphereTraceForObjects works with some object?

Hi, I want to make an outline to object when player is looking at the object in front of him like this.

https://forums.unrealengine.com/filedata/fetch?filedataid=150410&type=thumb

I made this one by using SphereTraceForObjects detecting interactable object. It works for many objects however, doesn’t work with the sword.

https://forums.unrealengine.com/filedata/fetch?filedataid=150411&type=thumb

I checked that I didn’t forget to add tag and make it as an interactable like others, but still the sword doesn’t has any outline.

In my attach photos, there are blueprints for this function. I try printing out the object that SphereTraceForObjects can detect. It did print the cube out, but not the sword. So, I think it can’t see my sword, but I don’t know why.

Any help please