Two changes fixed this. First we invert out the RateScale when calculating the PlayRate inside FAnimNode_SequenceEvaluator::UpdateAssetPlayer, since it get's multiplied back in the CreateTickRecordForNode function. This stops the jittering but the animation playback isn't scaled. To fix that we modify the Sequencer sections PlayRate by the asset'ss RateScale.
#jira UE-63636
#rb max.chen, martin.wilson
[CL 4867670 by Mike Zyracki in Dev-Sequencer branch]
Poses & curves are now moved instead of copied where possible.
Also removed needless passing of bone space transforms to UAnimInstance::ParallelEvaluateAnimation, which further removes an extra allocation for sub-instances.
#rb Martin.Wilson
#ROBOMERGE-SOURCE: CL 4810269 via CL 4810272 via CL 4812712
[CL 4812722 by thomas sarkanen in Main branch]
Fixed anim node details customization so that it respects code re-ordered parameters and ordering metadata.
Fixed EditCondition and (As Pin) indicators causing double-checkboxes.
Moved (As Pin) indicators to a right-aligned checkbox instead of right-aligning the label.
Reordered anim node properties: AnimDynamics, ApplyAdditive, BlendBoneByChannel.
Also manually resized the 'eye' icon (as it was box filtered form 40x40) & fixed up asymmetric padding for its checkbox style. This means 'public' checkboxes in Blueprints are now square!
#rb Jurre.deBaare
#ROBOMERGE-SOURCE: CL 4738868 via CL 4738870 via CL 4738871
[CL 4738872 by thomas sarkanen in Main branch]
Moved the work to acquire the bone transforms to PreUpdate on the game thread.
Supported master-pose by checking whether what we are copying is running master-pose (this potentially fixes issues where character heads/hats can detach).
Profiled, this averages ~8us on console per call, so not too bad.
#rb Lina.Halper
[FYI] Lina.Halper
#ROBOMERGE-SOURCE: CL 4691593
[CL 4692711 by thomas sarkanen in Main branch]
Just in case - found a potential regression with the editor after this went in.
#rb none
#ROBOMERGE-SOURCE: CL 4688910
[CL 4689070 by thomas sarkanen in Main branch]