Unreal 5.8 multiple convai support

What do you need help with?

Question

Installation method

Manual installation / GitHub

Issue area

Blueprint Components

Impact

Normal - something is not working as expected

Unreal Engine version

5.8

Convai Unreal Engine Plugin version

Convai Unreal Engine SDK Version 4.0.0-beta.24 Latest

Character ID

51fada62-cc31-11ef-848c-42010a7be016

Project setup

Blueprint

Target platform

Unreal Editor

Where does it happen?

Custom project

Short summary

Multiple convai characters does not seems to work out of the box

What happened?

Cannot acquire connection — another component already owns the active connection for character [1be83aa8-0987-11f0-a880-42010a7be01a]. Make sure the previous owner calls ReturnSessionProxy before a new component tries to acquire.

Unreal logs or error messages

[2026.07.11-15.41.37:555][171]ConvaiConnectionManagerLog: Character [1be83aa8-0987-11f0-a880-42010a7be01a]: Establishing new connection
[2026.07.11-15.41.37:555][171]ConvaiChatbotComponentLog: Session started for character ID: 1be83aa8-0987-11f0-a880-42010a7be01a
[2026.07.11-15.41.37:555][171]ConvaiChatbotComponentLog: Auto Initializing Session (deferred one frame so level objects register first)
[2026.07.11-15.41.37:555][171]ConvaiAudioStreamerLog: MinBufferDuration = 0.200000
[2026.07.11-15.41.37:555][171]ConvaiConnectionManagerLog: Warning: Character [51fada62-cc31-11ef-848c-42010a7be016]: Cannot acquire connection — another component already owns the active connection for character [1be83aa8-0987-11f0-a880-42010a7be01a]. Make sure the previous owner calls ReturnSessionProxy before a new component tries to acquire.
[2026.07.11-15.41.37:555][171]ConvaiChatbotComponentLog: Error: Failed to acquire connection for character ID: 51fada62-cc31-11ef-848c-42010a7be016
[2026.07.11-15.41.37:556][171]ConvaiSubsystemLog: Connecting to Convai service with parameters:
[2026.07.11-15.41.37:556][171]ConvaiSubsystemLog: StreamURL: https://realtime-api.convai.com/connect
[2026.07.11-15.41.37:556][171]ConvaiSubsystemLog: CharacterID: 1be83aa8-0987-11f0-a880-42010a7be01a
[2026.07.11-15.41.37:556][171]ConvaiSubsystemLog: ConnectionType: audio
[2026.07.11-15.41.37:556][171]ConvaiSubsystemLog: LLMProvider: dynamic
[2026.07.11-15.41.37:556][171]ConvaiSubsystemLog: BlendshapeProvider: neurosync
[2

I checked the relevant documentation, resources, and similar forum posts before posting.

on

I confirm that I did not include API keys, tokens, passwords, secrets, private character data, private conversation logs, or customer data.

on

The Convai Unreal Engine V4 plugin does not currently support multiple characters in a single scene.

There are already similar posts about this topic on the forum, so you may want to review those as well for additional context and faster answers.

Support for this workflow is planned for future updates, but I cannot share an ETA at the moment.

Thank you for the answer. Could you let us know which version of Convai plugin best to use that is compatible with unreal 5.8 but still supports multiple characters in the scene?

Kind Regards

There is no version available for Unreal Engine 5.8, but there is a version available for Unreal Engine 5.7 here:

The older V3 plugin supports this workflow, but please note that it does not include the latest features or updates.