How to get an Actor Object Reference from a grabbed Physics Handle Component Object Reference?

The goal is to ignore a grabbed physics handle component in traces but there doesn’t seem to be any way to fetch an actor reference from a grabbed physics handle component.

What’s the best way to “convert” a component reference into an actor reference to make this work?

Issue example:

Using “Get Owner” and then making an array did the trick.