What is the actual role of the EAnimGroupRole::TransitionLeader?

In the source code of UE5, EAnimGroupRole::TransitionLeader serves as EAnimGroupRole::CanBeLeader:

but in the document of UE5, it says that Transition Leader will become the Sync Group leader rather than can become:

So what is the actual role of the EAnimGroupRole::TransitionLeader?

Hi there @G-Bamboo,

Hope you’re well!

This topic has been moved from International to Programming & Scripting: C++.

When posting, please review the categories to ensure your topic is posted in the most relevant space.

Thanks and happy developing! :slight_smile:

The actual role of EAnimGroupRole::TransitionLeader is to serve as a leader within an animation group. Animation groups are used to organize animations within the Animation Blueprint and can be beneficial when dealing with complex character animations. :eyes: