| 462 | } |
| 463 | |
| 464 | void AAlsCharacter::ServerSetViewMode_Implementation(const FGameplayTag NewViewMode) |
| 465 | { |
| 466 | SetViewMode(NewViewMode, false); |
| 467 | } |
| 468 | |
| 469 | void AAlsCharacter::OnMovementModeChanged(const EMovementMode PreviousMovementMode, const uint8 PreviousCustomMode) |
| 470 | { |
nothing calls this directly
no outgoing calls
no test coverage detected