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
- create a new project
- place a mutator zone
- 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{}
- 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