Is there a way to get actor component without the actor reference?

Thanks. I have the component on multiple actors. I’m trying to access every instance of that component to retrieve some value from it.
I wanted to avoid Get All Actors Of Class, but I guess that’s not possible, right?