I was wondering if it is possible to select components in my pawn and add it to an array manually?
I set up each jet pawn by adding these “aero surface” and “thruster” components that I have created. I will most likely have 8 to 10 “aero surface” components and I want to add all of these to an array when I set up the pawn but I do not want to do this in the blueprint, I want to manually do it. This is so that when I have multiple children of my jet pawn, I dont have to edit the blueprint for each one but I can just change one array by selecting the new components.
I will have a “aero surface” component for every wing, aileron, elevator, stabilizer etc. I just want to be able to easily add all of these to an array so that I can loop over every aero surface.
Is this possible, and if so how?