NPC Behavior array editing broke with last update

I could repro in 2min, I told you it was about optionals, person who closed this ticket is a bit lazy :confused:

using { /Fortnite.com/AI }
using { /Verse.org/Simulation }
 
some_class := class:
    @editable
    SomeArray : []int = array{}

new_npc_behavior_basic := class(npc_behavior):

    @editable
    SomeClassBase : ?some_class = false