Switching Game States with Enumerations in Unreal Engine
Enums are a great way to create state lists with memorable names. Rather than having to remember numbers, we can create Enums and switch depending on phrases. This can be handy for game state switching among other things. We can create Enums by from the Content Browser under Blueprints. This brings up an empty list …