diff --git a/Source/VAPlugin/Private/SoundSource/VAAbstractSourceComponent.cpp b/Source/VAPlugin/Private/SoundSource/VAAbstractSourceComponent.cpp
index 6548f4d96bbc265b8d93aa41f7588943850b6a12..2e7d922aace5dde2ca188c0ea5865aeddcd4f45a 100644
--- a/Source/VAPlugin/Private/SoundSource/VAAbstractSourceComponent.cpp
+++ b/Source/VAPlugin/Private/SoundSource/VAAbstractSourceComponent.cpp
@@ -523,7 +523,7 @@ FString UVAAbstractSourceComponent::GetDirectivityFileName() const
 
 bool UVAAbstractSourceComponent::SetVisibility(const bool bVis)
 {
-	if (!FVAPlugin::GetUseVA() || !SoundSource.IsValid())
+	if (!SoundSource.IsValid())
 	{
 		return false;
 	}