Transform Bone by name?

I am making a jet game and wanted to rotate the bones of the jet skeletal mesh from an array of names. This is so I can have an array of names like ‘aileron_L’, ‘Elevator_R’, ‘Rudder’ etc and loop over them rotating the bones with the names to look like the jet surface are moving. Can I do this in the event graph of the jet actor as I need this to work for multiple jet skeletal meshes? I cannot use the animation blueprint as they won’t work with other skeletal meshes with different bones and hierarchy and the ‘modify bone’ node does take a bone name as a variable.