Crash after removing frames in recorded animation. Reported in version 4.25.3 (CL-13942748) and tested in versions 4.24.3 (CL-11590370) and 4.25. Working as expected in 4.24. ...
From this UDN: https://udn.unrealengine.com/questions/601647/animation-insights-crash.html Looks like we need to cache the function index in FAnimNode_LinkedAnimGraph::DynamicLink and apply the sa ...
When trying to display BlendProfile property in Animation Blueprint diff tool, it will occur crash, because EditableSkeleton is null in SBlendProfilePicker::GetSelectedProfileName(). So, a followin ...
The Hide Bone by Name and Unhide Bone by Name nodes have typos in their tooltips. "Compared" is spelled as "compoared" ...
At compile time, BlendOptions array which contains BlendTime setting are created. These are copied from its own interfaces, not the parent's. The blending works fine if the parent's interface is als ...
Linked animation graph doesn't trigger anim notifications on dedicated server. There is no expected message in log: LogBlueprintUserMessages: [HitReact_AnimBP_C_0] Client 0: HitNotify IsServer: tru ...
Crash occurs when the user adds an Input Pose node to a State graph in an Animation Blueprint. ...
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. ...
The setup is fairly simple: Each time the button is pressed, we spawn an actor with a USkeletalMeshComponentBudgeted component whose skeletal mesh is DefaultSkeletalMesh. When the fifth actor is ad ...
We encountered a crash when using Anim BP Pose Watches to inspect poses on actors in a PIE instance. Specifically it seems ending the PIE session while the Anim BP is still watching the actor in the ...