How to get reference of another actor's component without blueprints/c++

So my goal is to get a reference of one of these components and put it into my structure. Is there a way to get a reference to these components without blueprints or c++?

Target = Scene Component at the moment but I’ve tried other components as well.

Thanks!

If it’s exposed to Blueprint it should also be exposed to Python ( assuming this is what you mean with no cpp or bp )