ACharacter::StopAnimMontage(class UAnimMontage* AnimMontage)

4.6 release

AnimInstance->Montage_Stop(MontageToStop->BlendOutTime);

should be

AnimInstance->Montage_Stop(MontageToStop->BlendOutTime, MontageToStop);

It gives me hard time…

Hi Totw,

I took a look at the code you mentioned, and it does seem like this could be improved. Before I enter a ticket to have this investigated, I just wanted to ask if you would be interested in submitting this as a pull request on GitHub.

Yes give me a ticket

I have submitted a ticket for this issue (UE-10680). If you would like to try submitting a pull request on GitHub that includes your fix, you are still welcome to do so.