Spawn Actor via trigger box

HI, new to Unreal, I have set up an actor to spawn via a keyboard press, but want it to spawn on player entering a trigger box instead, just need help with what I should replace the keyboard function with in blueprints to make this possible.Thanks guys, really appreciate any help.

You can create a BP with the trigger box and then add an event overlap like this:

Or you can use a trigger box in the level BP and create an Overlap Event there by selecting the trigger volume, opening the level BP and right click and select Add On Actor Begin Overlap…like this:

Thank you so much…brilliant, so kind!!!