| 425 | } |
| 426 | |
| 427 | void ABlasterCharacter::Tick(float DeltaTime) |
| 428 | { |
| 429 | Super::Tick(DeltaTime); |
| 430 | |
| 431 | RotateInPlace(DeltaTime); |
| 432 | HideCameraIfCharacterClose(); |
| 433 | PollInit(); |
| 434 | } |
| 435 | |
| 436 | void ABlasterCharacter::RotateInPlace(float DeltaTime) |
| 437 | { |
nothing calls this directly
no outgoing calls
no test coverage detected