Reported here: https://udn.unrealengine.com/questions/569091/animation-playrate-in-linkedanimgraph.html
I tested with a downloaded copy of 4.24. It looks like this would also happen in 4.25 though.
UAnimInstance::ParallelUpdateAnimation() does this:
// Tick asset players for this and any linked instances we have
for(UAnimInstance* LinkedInstance : GetSkelMeshComponent()->GetLinkedAnimInstances())}}
{
LinkedInstance->GetProxyOnAnyThread<FAnimInstanceProxy>().TickAssetPlayerInstances();
}
That gets called for both the regular anim instance and the post process anim instance.
A minimal repro sample project was provided on this UDN: https://udn.unrealengine.com/questions/569091/animation-playrate-in-linkedanimgraph.html
Their setup:
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How can i modify the param name in EQS node
Installer 4.10 failed with error code R-1603
An error occurred while trying to generate project files !?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-92007 in the post.
0 |
Component | OLD - Anim |
---|---|
Affects Versions | 4.24 |
Target Fix | 4.25 |
Created | Apr 14, 2020 |
---|---|
Resolved | Apr 15, 2020 |
Updated | Jul 17, 2020 |