How to Trigger Something in Level BP with Character Movement?

Have you tried creating something like a isMoving bool variable in the Character blueprint, that’s going to be set to true only when the character is moving?
Then create a delegate(Event Dispatcher) that’s going to trigger the vignette in the Level blueprint.

2 Likes