I’m not sure if this is the best way to go about it, but here’s what came to my mind:
-
Create a Blueprint Function Library with all the functions you need
-
Use “Switch on Int” within your pawn (I presume)
-
Call the Functions you need based on your integer value
I’ve attached a screenshot here. Hope this helps.