Quiz
- What is the name of the specialized type of Blueprint used to create a UI?
a. UMG Blueprint
b. Widget Blueprint
- The
Percent
property determines the fill position of a progress bar.
a. True
b. False
- The X and Y values of an element's position in a canvas are always relative to the top-left corner of the screen.
a. True
b. False
- We can bind a property of a Widget to a function to retrieve the updated value of a variable.
a. True
b. False
- To create an instance of a Widget Blueprint and show it on the screen, you need to use the
Create Widget
andAdd to Viewport
nodes.
a. True
b. False