Updated TempCharacter to cleanup
Cleaned up unused code/logs
This commit is contained in:
parent
34f6d6451b
commit
fd16d32de7
@ -42,10 +42,6 @@ void ATempCharacter::BeginPlay()
|
||||
UGameplayStatics::GetAllActorsWithTag(GetWorld(), Enemy, AIActors);
|
||||
Ammo = TEXT("Ammo");
|
||||
NoiseEmitter = Cast<UPawnNoiseEmitterComponent>(this->FindComponentByClass(UPawnNoiseEmitterComponent::StaticClass()));
|
||||
if (NoiseEmitter)
|
||||
{
|
||||
UE_LOG(LogTemp, Display, TEXT("Noise Emitter found"));
|
||||
}
|
||||
}
|
||||
|
||||
//Binds the input we made in the setup player component to the forward vector
|
||||
|
Loading…
Reference in New Issue
Block a user