Reproducing steps:
- Create blueprint
- Create array of integers (arr)
- On begin play, setup arr with some elements
- Create a variable (X) that is instance editable
- Create a event (testEvent) with Call In Editor enabled that prints the size of arr
- Run Simulate
- Run testEvent (will show correct length)
- change X
- Run testEvent again (will show 0)