| 51 | } |
| 52 | |
| 53 | void APickup::OnSphereOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult) |
| 54 | { |
| 55 | |
| 56 | } |
| 57 | |
| 58 | void APickup::BindOverlapTimerFinished() |
| 59 | { |
nothing calls this directly
no outgoing calls
no test coverage detected