Problems with State Alias

Hello, I am a beginner and I am facing a problem whose origin I do not understand…
In my AnimBP, as you see in the screenshots, I have a state alias which sends to the “dead” state if the variable “IsDeadValue” was true. In This state alias, all other states are checked except “dead”.

The problem is: since I did this, the “StartLaunchHelpers” state never continues to the “FinalLaunchHelpers” state.
Even if the variable “IsDeadValue” is false, it continues, enters the state “Dead” and returns to “TopLocomotion” thanks to the state alias “FromDead”, because “IsDeadValue” is false. I think the error comes from a failure to understand the overall operation of state aliases, but even though I read the documentation I don’t understand my error.

1 Like

hi ,do you find solve?