Description

The watched values of a level instanced ABP do not update if a.ParallelAnimEvaluation is enabled.

Steps to Reproduce

In the third person template project, open the ThirdPerson_AnimBP.

In the Idle/Run state, replace the blend space with Play ThirdPersonRun.

In the transition between Idle/Run and JumpStart, replace IsInAir with Get Relevant Anim Time Fraction (Idle/Run) >= 1.

Watch the return value of Get Relevant Anim Time Fraction and open the ABP's debug window.

PIE and select the level instance in the ABP's Debug Filter.

Result:

If a.ParallelAnimEvaluation is disabled the watched value will update as expected.

If a.ParallelAnimEvaluation is enabled, the watched value will no longer update(Note you can still hover over the Can Enter Transition Value and see the tooltip value change).

Expected:

The debug values will update even if a.ParallelAnimEvaluation is enabled.

 

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-82294 in the post.

0
Login to Vote

Won't Fix
ComponentOLD - Anim
Affects Versions4.23
CreatedOct 22, 2019
ResolvedAug 27, 2021
UpdatedAug 27, 2021