Provide FHitResult SweepResult in OnComponentEndOverlap()

Please provide FHitResult SweepResult in OnComponentEndOverlap() similar to OnComponentBeginOverlap().
SweepResult.Component.Get() and SweepResult.Item allow to get instance index for UHierarchicalInstancedStaticMeshComponent or UInstancedStaticMeshComponent.
Without SweepResult it is impossible to determine instance index that stopped overlapping.

Wow, thank you. Happy New Year!

Hey -

I have entered a feature request to have a FHitResult added to the OnComponentEndOverlap() function (UE-24841).

Cheers