[BUG] Array elements share same editable CreativeProp reference (cannot assign different values)

Summary

Doesnt select anything

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

  1. Create a struct with verse containing a creative_prop editable ex:

Struct := struct:
@editable Purchasable : creative_prop = creative_prop{}

  1. Add it to your creative_device

@editable StructEditable : Struct = array{}

  1. Compile and try to select a creative_prop

Expected Result

Selecting the prop in the editable

Observed Result

Doesnt select anything, it stays as “None”, only fixing after restarting UEFN and coming back after a few mins

Also When creating another array index, if you select a creative_prop for the Purchasable editable in the index 1 array, it also selects the same creative_prop for the index 2 array, and you cant select different creative_props for each one. Please fix this!!!

Platform(s)

PC Windows 11

Upload an image

image123.png

image

image