Skip to content

Commit bd2c3b6

Browse files
committed
Rename bp method, added space
1 parent 8d01500 commit bd2c3b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/SystemMicControlLite/Public/SystemMicControlLiteBPLibrary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SYSTEMMICCONTROLLITE_API USystemMicControlLiteBPLibrary : public UBlueprin
2727
static void SetMicVolume(float Value);
2828

2929
/** If DeviceId is empty then it will set Volume value to the default device microphone in the system */
30-
UFUNCTION(BlueprintCallable, Category = "SystemMicControlLite", DisplayName = "Set System Mic Volume For DeviceId")
30+
UFUNCTION(BlueprintCallable, Category = "SystemMicControlLite", DisplayName = "Set System Mic Volume For Device Id")
3131
static void SetMicVolumeForDeviceId(const FString& DeviceId, float Volume);
3232

3333
UFUNCTION(BlueprintPure, Category = "SystemMicControlLite", DisplayName = "Get System Mic Volume")

0 commit comments

Comments
 (0)