Add a collision component to your ammo box blueprint. Make sure the collider is set to overlap the player collider. Use On Component Begin Overlap to perform an Equal (Object) check that the overlapping actor is your player blueprint.
EDIT
This is how J0K3R_12QQ solved the problem as detailed below.