Announcement

Collapse
No announcement yet.

EditCondition metadata specification and arrays

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    EditCondition metadata specification and arrays

    EditCondition functionality seems to be broken when it comes to arrays, elements of the array viewed in the editor are greyed-out regardless of the flag value, for example:

    Code:
    var() array<MaterialInterface> Foo<EditCondition=bBar>;
    With bBar = true; array is still uneditable. UDN doesn't mention such behaviour as far as I could tell.
Working...
X