Oh, you want to use the mesh itself to trigger the end overlap event. The above won’t work in that case.
Instead, set the mesh collision preset to OverlapOnlyPawn. Now OnComponentEndOverlap should fire. When it does use Set Collision Profile Name to change the preset to BlockAllDynamic. Hopefully that should do it.
