| 66 | } |
| 67 | |
| 68 | void AWeapon::Tick(float DeltaTime) |
| 69 | { |
| 70 | Super::Tick(DeltaTime); |
| 71 | } |
| 72 | |
| 73 | void AWeapon::GetLifetimeReplicatedProps(TArray<FLifetimeProperty>& OutLifetimeProps) const |
| 74 | { |
nothing calls this directly
no outgoing calls
no test coverage detected