Pose Updates
There are two events that determine how the Poses are updated for each sequence used on the anim graph. They are bound to a Sequence Evaluator which only Evaluates the first frame. 'On Become Relevant' and 'On Update' are the two events we are concerned about. 'On Become Relevant' fires once when the Sequence Evaluator is first ran after entering that state. 'On Update' runs continuously and ensures we blend between poses in case we swap the pose within that Sequence Evaluator while it's running.

The Secondary Poses are layered onto the spine and then onto the left arm. As discussed previously, the Data Assets determine the amount of blend between the Spine and Left Arm of the Secondary Pose. (There may be some code in some of these linked anim layers which are not actually being used but are hooked up for those who may wish to make use of them)

Last updated