[Bug report] Setting value of bool variable in level sequence

I found bug in level sequence.

Steps to Reproduce

  1. Create actor
  2. Add bool variable, name Enable, Instance Editable and Blueprint Read Only
  3. Create function, name SetEnable, with bool argument NewState

273854-var.png

  1. Add this actor in scene
  2. Create in scene new LevelSequence
  3. Add this actor in LevelSequence
  4. Variable ** Enable ** can add a key in the timeline
  5. This key calls function SetEnable
  6. Enjoy!

273855-timeline.png