[FYI] Luke.Tannenbaum
Validate BaseBoneRef in Update FAnimNode_RigidBody::IsValidToEvaluate(). Should fix crashes caused by referencing bones that don't exist at some LODs.
#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: aaron.cox
#ROBOMERGE-SOURCE: CL 5064673 via CL 5065477 via CL 5066422
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)
[CL 5136572 by aaron cox in Dev-Anim branch]
Added three new blueprint nodes:
1) An easing node which can take a float value and run it through most of the easing functions available in FMath
2) A node to record motions over time and output an averaged velocity. This is useful for tracking the velocity of say a weapon and drive secondary effects.
3) A node which is a monolithic large version of 2) to make it easy for riggers to track the velocity of a bone / socket.
#jira FORT-147944
#rb Lina.Halper, Laurent.Delayen
#fyi Laurent.Delayen
[CL 4975136 by Helge Mathee in Dev-Anim branch]
- the var was flipped, so I'm deprecating old one, and adding new one, and flip the meaning
#jira: UE-64873
#rb: Thomas.Sarkanen
#ROBOMERGE-SOURCE: CL 4501726 in //UE4/Release-4.21/...
#ROBOMERGE-BOT: RELEASE (Release-4.21 -> Release-Staging-4.21)
[CL 4501727 by lina halper in Staging-4.21 branch]
Also removed TStructOpsTypeTraitsBase which has been deprecated since 4.16
#jira none
#rb steve.robb
[FYI] marc.audy
#ROBOMERGE-SOURCE: CL 4472580 in //UE4/Release-4.21/...
#ROBOMERGE-BOT: RELEASE (Release-4.21 -> Release-Staging-4.21)
[CL 4472581 by graeme thornton in Staging-4.21 branch]
This ensures that CopyPoseFromMesh uses the correct target pose to inteprolate to, rather than the already-interpolated output pose.
#jira UE-62588 - URO is incompatible with CopyPoseFromMesh in certain circumstances
#rb Jurre.DeBaare
[CL 4325358 by Thomas Sarkanen in Dev-Anim branch]
This ensures that the index/ptr is self-consistent with the compiled graph properties.
Added a new anim graph node and anim node that StateResult node suse now. No funcitonal change, but a different inheritance/data hierarchy. Added some mismatched tag handling for serialization to deal with upgrading old content.
Added a Dev-Anim object version header.
#rb Benn.Gallagher
#jira UE-42662 - Investigate how to verify root property in AnimBlueprintGeneratedClass
[CL 4275035 by Thomas Sarkanen in Dev-Anim branch]