HUD progress bar stays at 0

If your Torus classes are being attached as children to the first person character, that answer would work. You can use

  • Get Player Character
  • Get Child Actors
  • Get ( 0 ) “a copy”
  • Cast to HelpTorus
  • Get Energy

But this will only return the first Child actor. This is also not the most efficient method as that is fairly heavy for just reading the energy variable constantly.