Adding Array Item Crashes UEFN?!?

Summary

When I add an array item to my creative_device it crashes when I try to add a 3rd item. Adding 2 is fine, but when I click the + button to add a 3rd element UEFN fully crashes and gives me the shown crash report.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Stability

Steps to Reproduce

Add element in array of my creative_device

Expected Result

Don’t crash

Observed Result

Crash

Platform(s)

PC, Windows 11

Upload an image

Same Issue!

Thank you, we’ll get this to the right team to take a look.

1 Like

FORT-942665 has been added to our ‘To Do’ list. Someone’s been assigned this task.

I was having the same issue, though I was able to track down the cause of this.
I had a “Sequences” array inside of another “Sequences” array. By renaming the inner array to something else like “Instances” I was able to prevent the editor from crashing. This issue appears to be tied to naming conventions.

1 Like

Ohhh… that might be the cause of mine as well actually! Thanks!