Cant refer to devices in an array of Structs

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Assets

Summary

Im trying to make a reference to a mutator zone device in an array of structs. the devices are displayed in the drop down but if you click them it still says “none” in the box. You can reference them in general or in an array. My problem only exists if its an array of structs.

Steps to Reproduce

  1. create a new project
  2. place a mutator zone
  3. create new verse device with the following code (it doesnt display the spaciing right. Its one [TAB] infront of both "@editable"s. Also there is a “<“concrete”>”) missing after the struct.):

using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
BugDevice := class(creative_device):
@editable StructArray : BugStruct = array{}
BugStruct := struct:
@editable Zone : mutator_zone_device = mutator_zone_device{}

  1. place the verse device and try adding an element to the array and select the mutator zone.

Expected Result

it selects the mutator zone device

Observed Result

This doesnt work and it still displays “none” without selecting the device

Platform(s)

Windows

bumping this as we are seeing it as well

FORT-786547 incident has been created. Status is ‘Unconfirmed’.