What is the best way to make a Blueprint for a character tilt meter?

Pretty much everything.

  • most importantly, the script I suggested is in no way associated with the dial, it just sits there and does nothing
  • no clue where tilt variable comes from, we can’t see it being set
  • you’ve connected tick delta time as the angle? Delta Time is the time that passes between frames
  • avoid using Delay with Tick

  • reference the widget
  • inside the widget, create a custom event that takes a float attribute
  • use the suggested script on tick and pass the float angle to the custom event above using the ref from the 1st bullet point