Cannot change editable variable in editor

Hey,

I’ve set up some float variables in my blueprint, so I can edit them from within the editor by checking editable. For some reason though, I still cannot change the values in the editor, only in the blueprint itself.

http://puu.sh/k8BzF/9de4ac1922.png

Sphere Radius, Spawn Delay and Respawn Delay are all editable float variables, however I can only change Sphere Radius in the editor, the other two are locked to their default values. Note that I changed the defualt value for Respawn Delay to 5 and I can’t even press the little yellow arrow to reset it to 5…

This question is obsolete, I found the error by myself. I had other logic set up to initialize those variables with a random number in a certain range. The min and max values were still 0, so i couldnt change it, my bad.