Unreal Engine Blueprints Practice Test

Unreal Engine Blueprints Actor and Component Interaction Questions and Answers

Free · Instant Results

A 'BP_Lever' Actor needs to notify multiple, unrelated Actors (e.g., a 'BP_Door' and a 'BP_Trap') when it is pulled. The lever should not need a direct reference to the door or the trap. Which communication method allows the lever to broadcast a signal that any interested Actor can listen and bind events to?
▶ Start Practice Test