I want to create a game that involves different classes/races. How would i create a screen that lets the user pick the class they want to play?
Hi, is your question about the logic of the classes or more about the choosing interface?
You should setup a HUD. That you can do with blueprints or C++, look the HUD example in ContentExamples project.
The simplest way is to create several buttons which represent the choices.
The logic is very game-specific, you have to specify what you want.