I’m a noob at UE4 but I’m making a VR Game that uses sword skill. I want the player to call out the skills to activate it. How should I go about this?
Unreal Engine doesn’t natively support it, but there are a few plugins available in the Unreal Marketplace:
- VoiceAttack Plugin in Code Plugins - UE Marketplace
- Yandex Speech Kit in Code Plugins - UE Marketplace
- Speechace in Code Plugins - UE Marketplace
- Google Speech Kit in Code Plugins - UE Marketplace
If you don’t want to pay, but you know some basic C++, you could instead write your own custom engine plugin that uses Windows’ Speech recognition APIs: Speech, voice, and conversation in Windows 11 and Windows 10 - Windows apps | Microsoft Docs
What about the speech mappings in unreal engine 5? Would that work, or does that only work for HoloLens?