Male-to-female transformation animation

What do you need help with?

Documentation / Learning Resource issue

Installation method

Manual installation / GitHub

Issue area

Character Setup

Impact

Normal - something is not working as expected

Unreal Engine version

5.8

Convai Unreal Engine Plugin version

4.0.0 beta24

Project setup

Blueprint

Target platform

Unreal Editor

Where does it happen?

Both sample and custom project

Short summary

Animation for a female MetaHuman

What happened?

Switching from male to female animation. Is there a trick to it? I just can’t seem to get it right. My character is female but walks like a man. It doesn’t look good.

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

Hello,

Welcome to the Convai Developer Forum!

In the ConvaiBodyAnimationBlueprint, go to the Details panel and find the CharacterState section.

There is an IsMale boolean there. Set IsMale to false for a female MetaHuman.

You can find the related animation blueprint here:

/ConvAI/MetaHumans/Animations/Convai_MetaHuman_BodyAnim

Thanks, it worked immediately.