Quiz
- What is the name of the function used to create an Actor instance?
a. Create Actor
b. Spawn Actor from Class
c. Generate Actor instance
- The Construction Script runs when the Level begins to play.
a. True
b. False
- The Character class is a subclass of the Actor class.
a. True
b. False
- An instance of the Pawn class represents the brain, and an instance of the Controller class represents the physical body.
a. True
b. False
- Which of the following classes should be used to define the rules of the game?
a. Game Instance
b. Game Session
c. Game Mode
d. Game State