You are nearly there. What comes out of “Get All Actors Of Class” is an array of actors. You are just picking the first actor, and dont access any others. You will have to use a “ForEachLoop” Node, into which you plug your array. The loop will iterate over all things in the array and you can set simulate physics on each of them.