[Animation Graphs] Trigger fields do not work with bool parameters

Currently, trigger fields on things like sequence nodes do not work with bool parameters.

To reproduce:

  1. Create two clip nodes
  2. Create a sequence node
  3. Hook the two clip nodes up to the sequence node
  4. Set the first clip to finish on trigger
  5. Click the trigger. Observe the first clip transitions into the second clip correctly.
  6. Create a bool parameter and hook it up to the trigger field. Observe that toggling the parameter on and off does not affect the trigger state.

1 Like