Blueprint value is not set?

ok this is what I meant with unreal forgetting values. to prevent that try the following:

UPROPERTY(EditAnywhere) float height = 1400.0f;

that way unreal won’t forget the value. Now if you edit value in blueprint again, it will accept that new number, but if unreal should forget the value again, it will now take the 1400 instead of 0.