Scrubbing Sequencer does not update Blueprint Variables

Blueprint only method.

  • Use Set[variable name] so that you have a setter event which is updated when the value is changed via sequencer
  • Note the setter event needs call in editor set to true
  • Set the variable
  • Call another event (not with call in editor for some reason) that does what you want with the value.
2 Likes