Adding microphone

I want to add microphone support to my game it could be telephones microphone or computers microphone it could be usefull both so is there anyone can help me?

I don’t think it’s clear yet what exactly you want to do.

Could you try to rephrase that a little? Do you want to add voice communication to your game? Or what exactly?

I don’t think UE4 currently supports raw sound input that you can use in gameplay, i did a lot in UE4 sound system and didn’t seen mention of sound input (or else i missed something?), maybe new sound system that is coming will and there definitly nothing you can use in blueprints out of the box. You probably need to talk to OS via C++ direcly to access mic.

If you looking at voice communication OnlineSubsystem supports it if the online service you use support it, but not sure if you can use it from blueprint, access to OnlineSubsystem is quite limited in blueprints. Also this is managed by online service libraries so you won’t be bale to access microphone from there