Hello,
While developing in Blueprints, I find myself constantly casting to set references to the game mode, instance, and especially the state. I do this on BeginPlay for actors, widgets, and other classes.
Is there a better way to access these classes than casting for them every time? I’m worried this is very inefficient.
Any advice would be appreciated.
Cheers.