| 848 | } |
| 849 | |
| 850 | void AAlsxtCharacter::PreInitializeComponents() |
| 851 | { |
| 852 | Super::PreInitializeComponents(); |
| 853 | |
| 854 | UGameFrameworkComponentManager::AddGameFrameworkComponentReceiver(this); |
| 855 | } |
| 856 | |
| 857 | void AAlsxtCharacter::BeginPlay() |
| 858 | { |
nothing calls this directly
no outgoing calls
no test coverage detected