Develop
Develop
Select your platform

Troubleshooting

The following are troubleshooting tips for some common issues you may encounter:

Microphone does not activate for voice commands

  • Make sure your microphone is unmuted and selected as the input device in your computer settings. After making a change to your input device, restart the Unreal editor.
  • Ensure that voice is enabled in the project’s DefaultEngine.ini file. To enable voice in the DefaultEngine.ini file
    1. In the [project name]/Config folder, open the DefaultEngine.ini file.
    2. Add the following code to the end of the file:
        [Voice]
        bEnabled=true
      
    3. Save the DefaultEngine.ini file.
    4. Restart Unreal editor.

“Voice module does not have voice enabled”

  • If the logs show VoiceCapture - CreateVoiceCapture: voice module does not have voice enabled, this means that voice is not enabled in the project’s DefaultEngine.ini file. For more information, see the To enable voice in the DefaultEngine.ini file process above.
Did you find this page helpful?