How to get all components of class

Hello!
It is probably a stupid question but I’m stuck with this simple thing.
My pawn has several physical thrusters as components, I want to check thrust strength for each of them but for some reason, I can’t do this.
I found this node but the array element doesn’t fit the thrust strength and I don’t understand why

Found the solution. For some reason, the for each loop node had an actor component object reference.
I pulled for each loop from the components array and now it gives me the right outcome as a physical thruster component.