Pretty straight forward. OnOverlap with the trigger, and have your character be the overlapping actor. Then simply AddStaticMeshComponent, or SpawnActorFromClass if you want it to be a specific actor the mesh is inside, and create the transform where you’d like it to be placed. The first option will attach it to the trigger Blueprint, the second would be independent.