We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be2238 commit 74a0baaCopy full SHA for 74a0baa
1 file changed
Source/SystemMicControlLite/Private/SystemMicLiteManager.cpp
@@ -244,6 +244,7 @@ float FSystemMicLiteManager::GetValueFromScalar(float Value)
244
return FMath::RoundToFloat(FMath::Abs(Value) > 0.0f ? Value * 100.0f : 0.0f);
245
}
246
247
+#if PLATFORM_WINDOWS
248
TComPtr<IMMDevice> FSystemMicLiteManager::GetDevice(const FString& DeviceId)
249
{
250
TComPtr<IMMDevice> Device;
@@ -305,3 +306,4 @@ TComPtr<IAudioEndpointVolume> FSystemMicLiteManager::GetAudioEndpointVolume(cons
305
306
307
return AudioEndpointVolume;
308
309
+#endif // PLATFORM_WINDOWS
0 commit comments