blueprint

Third Person Character(Introduce Embedded Voice Chat Plugin)

  • Exposure: public
  • UE Version: 4.27

lion547

March 29, 2022, 2:38 pm

Introduce Embedded Voice Chat Plugin

final project: https://drive.google.com/file/d/1-6J0RS73ek-wisd0tf2ooII-qy8rY8bW/view?usp=sharing

please subscribe and hit the like button if the video helps you. Thanks.

referred plugins: Embedded Voice Chat https://www.unrealengine.com/marketplace/en-US/product/82b9bc3c52e141f383ffa4e88e7b59d8

prerequisites: I have set up dedicated server and gamelift a few months ago. if you haven't watched that previously, please watch previous videos.

links in the video:

code in the video: https://blueprintue.com/blueprint/_ld9flnb/ https://blueprintue.com/blueprint/quunqvja/ https://blueprintue.com/blueprint/qvsmd7xf/ https://blueprintue.com/blueprint/g92bko01/ https://blueprintue.com/blueprint/grgd_son/ https://blueprintue.com/blueprint/75mapq0m/

goals: set up voice chat with Embedded Voice Chat plugin

warning: this plugin is still in experimental stage, its api may be changed in following version.

linux ca file path: manjaro: /etc/ssl/certs/ca-certificates.crt fedora: /etc/pki/tls/certs/ca-bundle.crt

android ca file path: /sdcard/Android/data/com.YourCompany.GameLiftTutorial/files/cacert.pem(replace com.YourCompany.GameLiftTutorial with your android package name under Android project setting pannel.)

addition: input Action: in Lobby: Press "P" on the keyboard to open the invite Userwidget.

Press "R" to set the client ready. and then wait for the other players ready to start the matchmaking.And wait for the matchmaking complete, it will transfer you into the game map. Press "U" to open map selection UI

you can play as 1vs1, 2vs2, or 1vs2.

Press "T" in the lobby to switch character class index. you can add more character class in the character class list, gamelift game server game mode, and increase the number in the "T" key event in ThirdPersonCharacter Press "P" to invite friends in the lobby Press "R" to mark yourself ready

This video is provided by youtube using cookies.
See their privacy page.

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v