Skip to content

mrbindraw/SystemMicControlLite

Repository files navigation

SystemMicControlLite

Plugin for the UE4/5 project.
This is a free version of the plugin SystemMicControl with the lite functionality.
This plugin can get the default microphone device name and change volume in the system.

C++ / Blueprints functions:

  • GetMicDefaultDeviceName( ) / GetSystemMicDefaultDeviceName( )
  • SetMicVolume( ) / SetSystemMicVolume( )
  • GetMicVolume( ) / GetSystemMicVolume( )
  • GetMicActiveDevices( ) / GetSystemMicActiveDevices( )

Install

You can install it from the unreal marketplace SystemMicControlLite
You can install manually by extracting SystemMicControlLite-X.X.X-marketplace-win64-ueX.XX.zip from Releases
to your project plugins folder.

Documentation

README_SystemMicControlLite

Example project

DemoSysMicControlLite