Reorder variable Categories in Class Defaults

Meta??? Space-separated list?

The only occurrences I find in the engine of “PrioritizeCategories” are these :

  • Material.h (Comma separated, no meta, quoted)
UCLASS(hidecategories=Object, MinimalAPI, BlueprintType, PrioritizeCategories = ("Material", "Nanite", "Translucency", "TranslucencySelfShadowing", "Refraction", "WorldPositionOffset", "PostProcessMaterial",  "Mobile", "ForwardShading", "PhysicalMaterial", "PhysicalMaterialMask", "Usage", "Lightmass", "Previewing", "ImportSettings"))
  • interchangeImportTestPlan.h (No meta, no quotes and judging from the comment I’d say it’s not working for them either):
UCLASS(BlueprintType, EditInlineNew, PrioritizeCategories = Definition) // @TODO: can't find a way to force Run to be below Definition

However I’m testing it in 5.5 and 5.7 and it doesen’t work in any way, with or without “meta” and quotes