diff --git a/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp b/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp
index 332eacd96235fc97a6e48539b9de8b20c85401f7..8377b6774f6d4037f4ef0b1d2d0e8468d99c6ff7 100644
--- a/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp
+++ b/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp
@@ -94,13 +94,19 @@ void UVHListenerBackchannels::StartXNods(int nodCount)
 	NoddingTime = 0.0f;
 }
 
-void PlayVocalization()
+void UVHListenerBackchannels::PlayVocalization()
 {
 	return;
 }
 
-void PlaySmile(float ActualSmileLengt)
+void UVHListenerBackchannels::PlaySmile(float ActualSmileLength)
 {
+	/*CurrentlySelectedEmotion = SelectedEmotion;
+	SelectedEmotion = Happiness;
+	ActualSmilingTime = ActualSmileLength;
+
+	bSmiling = true;
+	SmilingTime = 0.0f;*/
 	return;
 }