I have a system where users plugin as many static meshes as they want to the array, and I’m currently using a struct with transforms for mesh placement. Can I update my BP so I can click any of the generated components in viewport for editor placement? Using the struct boxes works, but it’s slow and tedious.