Delivery area

Hi, im new in unreal so… my question is how can i make a delivery area with volume a blocking volume. thanks

That would be as simple as having a trigger box in a blueprint. Then drag off other actor from begin overlap, and then cast to the Item blueprint you want to deliver. From there the trigger is detecting the item you casted going through it. Now you can run whatever you want to happen from the trigger blueprint completed cast.