Quiz
- The Create Widget node creates an instance of the widget class selected in the parameter.
a. True
b. False
- What is the name of the class that is used to store data that will be saved?
a. SaveData
b. SaveInfo
c. SaveGame
- The Save Game to Slot function receives a structure as an input parameter with the data that will be saved.
a. True
b. False
- The Load Game from Slot function returns an instance of the
SaveGame
class. We need to use the Cast To node to access the variables that were saved.
a. True
b. False
- An Action Mapping named Shoot triggers an Event named InputAction Shoot.
a. True
b. False