I want to be able to dynamically select a MetaHuman based the character I choose
What happened?
Nothing yet, I don’t think the feature exists yet.
What did you expect?
I would like to be able to link my ConvAI character to multiple MetaHumans in my Unreal app. But I don’t want to author the app when adding a new character on ConvAI.
So, ideally the should be a property for the character where I could add multiple tags that correspond to my MetaHumans in the app, so users can add new characters without having to update the Unreal app for it.
If there is already a way to send extra data with the character, can you tell me how to use it?
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.
Thanks for the reply, but that is not what I mean.
I understand the default API methods and the variable and values they return, but the character ID will not help me.
I’m already getting the list of characters, so I have the ID’s. But in my Unreal app I have multiple MetaHuman “heads” that I want to be able to choose from when select one of the character ID’s. I need to be able link one or multiple of those heads to a ConvAI character from the ConvAI side, so I don’t have to constantly author the link between a character and the heads that can be used.
So I was hoping I could set something like an array of “head” strings on the ConvAI side, that will be sent with the response when calling the list of Characters with the API.
So any field I could use on the ConvAI side on the character API that I can send with the list API call would be great for this.
If not, I was thinking of adding something like [head1, head2, head4] to the start of the description of the character and parse that when parsing the results of the API response. But that is kind of ugly and might also polute the AI prompt, since that will be reading the description as well.