void AMyCharacter::BeginPlay() { if (SomeLoopingSound) { SomeSoundAC = UGameplayStatics::PlaySoundAttached(SomeLoopingSound, GetRootComponent()); SomeSoundAC->AdjustVolume(0.f, 0.f); } Super::BeginPlay }