EOS Voice Integration Kit
  • Setup Project
  • Voice Functions
    • Initialize EOS Voice
Powered by GitBook
On this page
  • Setup Config
  • Call Functions

Setup Project

Enable the plugin before following the guide

NextInitialize EOS Voice

Last updated 2 years ago

Setup Config

Go to DefaultEngine.ini file and add the following lines

[EOSVoiceChat]
bEnabled=True
ProductId=
SandboxId=
DeploymentId=
ClientId=
ClientSecret=
EncryptionKey=1111111111111111111111111111111111111111111111111111111111111112

The values can be copied from the Epic's EOS DevPortal

Call Functions

After calling Initialize, you can call any EOS Voice Function

🎉
Tutorial Video