In the attached example, the third person mannequin character's BeginPlay() runs an Ability_Task which starts an animation montage. In the task it is specified that the blend out time (BlendOutTime in the code) should be 0.5 seconds,however after the task has run for 0.5 seconds it is cancelled and UAbilitySystemComponent::CurrentMontageStop() is called with the BlendOutTime variable as a parameter, to indicate that we want the montage blend out time to be 0.5 seconds.
However, upon looking inside the CurrentMontageStop() function. The parameter we sent in is not used, and using a breakpoint inside UAnimInstance::Montage_Stop(), you can see that the blend out value for the montage is in fact 0.25 seconds and not the expected 0.5 second
Project Sample has been attached to demonstrate the issue.
Results: The function doesn't use the OverrideBlendOutTime parameter.
Expected: The function uses the OverrideBlendOutTime parameter.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-76840 in the post.
0 |
Component | UE - Gameplay |
---|---|
Affects Versions | 4.21, 4.22, 4.23 |
Target Fix | 4.24 |
Created | Jul 2, 2019 |
---|---|
Resolved | Jul 8, 2019 |
Updated | Oct 28, 2019 |