Hi Dan.,
I’d put a boolean value for each of the two objects within your player character. When you perform the action (i.e: trigger the collision box), cast from the actor to your player and set the relevant boolean to true. To complete the level, all you’ll have to do is run a boolean check to see if both bools have been triggered.