Best way to access pawn variables when using behavior trees?

I have many variables that need to access when running a behavior tree like current health
Am I suppossed to use “cast to” and interface messages or is there a better aproach?