| 874 | } |
| 875 | |
| 876 | void AAlsxtCharacter::EndPlay(const EEndPlayReason::Type EndPlayReason) |
| 877 | { |
| 878 | UGameFrameworkComponentManager::RemoveGameFrameworkComponentReceiver(this); |
| 879 | |
| 880 | Super::EndPlay(EndPlayReason); |
| 881 | } |
| 882 | |
| 883 | |
| 884 | UAbilitySystemComponent* AAlsxtCharacter::GetAbilitySystemComponent() const |
nothing calls this directly
no outgoing calls
no test coverage detected