[Request] make 'get from Array' node compatible with everything

I grouped twelve actors into an array by using ‘Make Array’. To get a specific one from it, I use ‘Get’ and then an integer to say which one. Then I want to plug it into ‘set simulate physics’ or ‘add impulse’ and it gives me one of your funny ‘this is not compatible with that’ low level coding messages. No idea what to do.
The actor ungrouped can be plugged into the node (e.g. set simulate physics). But after fishing it out of an array via ‘Get’ it is not anymore.
It does not make much sense to provide the make array node then, right, if it is not compatible with all of the nodes that the ungrouped actors are compatible with.

Please note, this is no rant. Just a little eye-rolling.

You have to get staticMeshComponent from the actor and then plug that into SetSimulatePhysics.

Thanks,