Hi im on 4.4.1 and i dont know why OnEndOverlap not working when i set the event with AddDynamic, with BeingOverlap works
UFUNCTION()
virtual void OnOverlap(class AActor* OtherActor, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult &SweepResult);
UFUNCTION()
virtual void OnEndOverlap(class AActor* OtherActor, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex);
TouchSpehere->OnComponentBeginOverlap.AddDynamic(this, &ARE2R_InteracBase::OnOverlap);
TouchSpehere->OnComponentEndOverlap.AddDynamic(this, &ARE2R_InteracBase::OnEndOverlap);