Construction script clears blueprint variables

All components created in editor during construction (before begin play) get destroyed whenever construction script re-runs. This includes any arrays made during construction (via MakeArray). You have to re-create your component in Constvruction script. You could put your init there.

1 Like