Device reference inside a @editable struct cant be assigned.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Verse

Summary

Device references inside @editable structs cant be assigned in the detail view from the editor.
Code example:
Struct definition:
SObjective:= struct:
@editable
Reference : creature_spawner_device = creature_spawner_device{}
Variable definition:
@editable
Objectives:SObjective = array{}

Steps to Reproduce

  1. Create a new verse device with a editable struct with a device reference.
  2. In editor, try adding a reference

Expected Result

Should be able to set the reference

Observed Result

The editor detects a change as the verse device can be saved but no reference is set.

Platform(s)

Editor

Still an issue :pensive: