[4.9P4] Structure editor bug. Two issues with array of substructures

№ 11
Title: [4.9P4] Structure editor bug. Two issues with array of substructures.

Importance: Medium.

Branch: Binary.

Build version:
Version: 4.9.0-2657513+++depot+UE4-Releases+4.9

System Specs:
OS:Win8.
Additional specification will be provided by request.

Attachments:
It will be provided by request.

Detailed description of the issue:
Adds new element button clear substructure’ arrays.

Screenshots/Link to video: It will be provided by request.

Reproduction steps:

  1. Create a new blank project.
  2. Create a structure BP.
  3. Create a Slate Brush substructure arrays(5 as a good example).
  4. Start from bottom array and add one element to each array in structure.
  5. №1 Make sure pressing “Add Element” on a upper array cleans lower ones.
  6. №2 Make sure sometime “Add Element” button is pressed, but a element was not added.

Frequency: 100%.

Expected behavior:
“Add Element” button should not erase elements from another arrays.
“Add Element” button should add element every time.

Hi ,

Could you post a screenshot or a test project showing exactly how you are setting up the Struct and the AddElem section?

Hello, TJ.
I have attached screenshot and zipped project.
To reproduce this issue you need to add elements to MemberVar_6 than MemberVar_5 than MemberVar_4 and etc.

That you for the additional info. I was easily able to reproduce the issue. I’ve created JIRA UE-20381 for the issue and our developers will be investigating it further. We will post here with updates as we have them.

I don’t have a workaround at the moment, this was also an issue in 4.8.3 as well.

Cheers,

TJ

Hello, TJ.
Honestly speaking I have refused to use 4.8 cause there are much more bugs than in 4.9 or 4.7.6.
The workaround is simply, just doesn’t add an element from end of a Structure BP. It is work fine if an element is added to a first array then a second array and etc. Hope this workaround will be usefull for someone in future.
Thanks you for support.