I cant pass none/null/nil from volume to character function

So i have a Volume that when you enter i set a variable in my Character as a reference to this Volume.
When you exit (OnComponentEndOverLap) I call Set variable in Character and pass nothing

but the variable in my Character never gets set to None it just stays the current value

What am I missing ?