Quiz
- You should avoid using macros because they make scripts disorganized.
a. True
b. False
- You can use timers as an alternative to the Event Tick because you can set a low repetition rate for actions.
a. True
b. False
- In our example game, we can define different amounts of ammunition in each instance of
BP_AmmoPickup
on a level because theAmmoPickupCount
variable is checked as Instance Editable.
a. True
b. False
- You can have only one Widget Blueprint added to the Viewport at the same time.
a. True
b. False
- A Widget Blueprint can have buttons that trigger events when clicked.
a. True
b. False