Skip to content

Commit 2d276fe

Browse files
authored
Updated README.md
1 parent f7253bf commit 2d276fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ This is a free version of the plugin [SystemMicControl](https://www.fab.com/list
33
This 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
1616
You can install manually by extracting archive `SystemMicControlLite-X.X.X-UE-X.X.zip` from

0 commit comments

Comments
 (0)