Need help getting stamina bar to decrease on movement (Just normal walking, not sprinting)

In event tick, read commanded movement input from the character. Multiply by delta time, and remove from stamina. If commanded input is nothing, then instead recover stamina (again, multiplied by deltatime)

You could also detect whether the character is actually moving, and how fast, by reading actor velocity.