Arrange blueprint variables in details panel

Hi,

Is there a way to arrange the order of variables from the details panel when dealing with inherited variables? Some of the variables are in the parent bp and obvs wouldn’t be a problem if they are on the same bp. I want to set it so that the order is

  1. DA Item (parent)
  2. Quantity (parent)
  3. Bulk Size (child)
  4. Override Name (child)
  5. Override Mesh (child)
  6. Override Render Material (child)

as you can see the parent vars are at the bottom

You can not rearrange inherited variables from within a child class, those would have to be done from the parent class.

Edit: A possible workaround is to categorize the variables to try and get the order you want.

1 Like

ok I think I managed a partial solution

In the child name the Category the exact same as in the parent and include a sub category.
image

For those that don’t know, putting a vertical bar like this | creates a sub category and then it can be selected from a dropdown in the Details panel. In my case I put this in the category of the child Data Asset | Bulk Size.
image

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.