How to replicate multiple "Event Begin Play"?

I don’t see two BeginPlay events. I see one BeginPlay and then a custom event that toggles the flashlight on/off. The BeginPlay event happens once when the actor is spawned. That’s when you want to turn the flashlight off (but only if it’s not off by default). After that, you need to trigger the light functionality with some other event. In the video, he uses “Input Action Flashlight”. What you may be missing is that this event exists because he specified a player input. At about 0:30 he mentions a “key binding in the project settings” – that’s what will make the input action event show up in your graph.