Workshop
Now that you have finished the hour, see if you can answer the following questions.
Quiz
True or false: Pawns are Actors that players or AI control directly.
True or false: UE4 automatically knows which Game Mode to use by detecting it in the Content Browser.
True or false: Action bindings and axis bindings only work with fixed names such as MoveRight.
True or false: Axis bindings are for continuously pressed inputs like holding down a key or moving a joystick.
Answers
True. Any Actors in the scene that AI or players directly control are called Pawns.
False. The Game Mode must be set either in the Project Settings panel or the level’s World Settings panel.
False. Any string can be put into the input binding’s Name field and work. For example, you could replace MoveRight with Strafe.
True. Any time you need more input information than a simple on or off switch, an axis binding is what you should map your actions to.