How do I fire two events from "Set Input Mode Game Only"

Do it in this order end-to end without any sequence nodes:

  1. Get all door actors
  2. Get all target actors
  3. Add the number of door and target actors by getting the length of each GetAllActorsOfClass node output
  4. Set MaxScore to the result of this addition
  5. Create the widget
1 Like