UEFN - Call Specific Player Attributes through Verse Language

While working with verse I’ve just been brainstorming some things I would like to be able to do with the code that would either ease the way we do mechanics now or just add QOL to the scripting. I would like to be able to call specific player attributes in functions as variables. What I mean is if I was setting up an IF ELSE statement I would like to be able to do something like:

if (PlayerEliminations > 3)
if (PlayerClass = 11)
if (PlayerScore >= 15)
etc.

I want to be able to call player eliminations, eliminated, score, team, class etc. all through verse without having to do weird device workarounds. It would just be such a QOL improvement to be able to say if player’s team is X do this. Rather than using a couple other devices that’d make that work and adding team filters to devices and etc.

this would be great