Quiz
- What type of variable can only hold values of
true
orfalse
?
a. Double
b. Text
c. Boolean
d. Byte
- Which of the following events is not a collision event?
a. Hit
b. Tick
c. ActorBeginOverlap
d. ActorEndOverlap
- The Branch node can be used to create different execution paths.
a. True
b. False
- Which of the following logical operators returns a value of
true
only if all input values aretrue
?
a. NOT
b. OR
c. AND
- Which of the following cannot be called by another Blueprint?
a. Macros
b. Functions
c. Custom events