Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Sync VoiceChat UI

By default, the CVT UI includes the ability to mute/unmute voice. Since Cavrnus includes RTC out of the box, lets sync the UI to reflect the mute state. The original blueprint has been refactored a bit to account for broadcasting the button click event as well as adding the ability to set the mute state from other components.

CVT VoiceChat Blueprint Location

→ CollaborativeViewer/UMG/GameMenu/VoiceChat

Create Event Dispatcher

image-20240917-020656.png
image-20240917-020709.png

Create SetIsMusted Custom Event

image-20240917-020946.png

Now that we have our Event Dispatcher and Custom Event created, lets adjust the Event Graph logic…

image-20240917-020513.png

All done! This logic will now integrate with the logic within the CavrnusIntegration blueprints.

  • No labels