No problem!
You would put this custom event in your character BP (just right click and type in “custom event” to make one)

Select the trigger volume in the level, go into the level BP, and right click to access functions related to that object. Simply type “overlap” to grab that function.
And on overlap, use the actor output to cast to your character. From the cast output, you’ll be able to trigger those custom events.

