File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ This is a free version of the plugin [SystemMicControl](https://www.fab.com/list
33This plugin can get the default microphone device name and change the microphone volume in the system.
44
55** C++ / Blueprints functions:**
6- - GetMicDefaultDeviceName / GetSystemMicDefaultDeviceName ( );
6+ - FString GetMicDefaultDeviceName / GetSystemMicDefaultDeviceName ( );
77- GetMicDeviceIdFromName / GetSystemMicDeviceIdFromName (const FString& InDeviceName, FString& OutDeviceId);
88- GetMicDeviceNameFromId / GetSystemMicDeviceNameFromId (const FString& InDeviceId, FString& OutDeviceName);
99- SetMicVolume / SetSystemMicVolume (float Value);
1010- SetMicVolumeForDeviceId / SetSystemMicVolumeForDeviceId (const FString& DeviceId, float Volume);
11- - float GetMicVolume / float GetSystemMicVolume ( );
12- - float GetMicVolumeForDeviceId / float GetSystemMicVolumeForDeviceId (const FString& DeviceId);
13- - TMap<FString, FString> GetMicActiveDevices / TMap<FString, FString> GetSystemMicActiveDevices ( );
11+ - float GetMicVolume / GetSystemMicVolume ( );
12+ - float GetMicVolumeForDeviceId / GetSystemMicVolumeForDeviceId (const FString& DeviceId);
13+ - TMap<FString, FString> GetMicActiveDevices / GetSystemMicActiveDevices ( );
1414
1515# Install into Project
1616You can install manually by extracting archive ` SystemMicControlLite-X.X.X-UE-X.X.zip ` from
You can’t perform that action at this time.
0 commit comments