I am using the visual DataPrep inside Unreal and looking to create an operation blueprint script the groups my selection. How do I do that?

Dataprep allows you to create custom blueprint operations. I am trying to create one that take my selection and generate new group and be able to name that group. How do i set that up? this is what i have so far.

1 Like

You could do something like that: symmetry of selected static mesh actors. More code will be needed to duplicate full hierarchies.

  1. Copy this code in a dataprep editing operation
  2. Create a variable scale that is exposed so can specify the symmetry axis
    image