Description

The blend stack node doesn't generate any values for its DeltaTimeRecord.  This can be tested with the fix for [Link Removed] shelved at 32747789.  Since there isn't a tick record directly associated with this player type, the node should probably do something like we do in UBlendSpace::TickAssetPlayer where we calculate a normalized value for the delta time record.

Steps to Reproduce
  1. Integrate the shelf at 32747789
  2. Create an anim blueprint
  3. Set up a state machine with two states. 
    1. The initial state should contain a blend stack node that plays a single animation.
    2. The second state can just contain an anim sequence
  4. Create a transition from the first state to the second state
    1. Set the Automatic Rule Based On Sequence Player In State flag
    2. Set the transit duration to something very small (eg. 0.002)
  5. Compile the anim bp
  6. The graph will be stuck in the initial state containing the blend stack and never transition to the second state

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-212748 in the post.

0
Login to Vote

Unresolved
ComponentUE - Anim - Runtime
Target Fix5.5
CreatedApr 19, 2024
UpdatedJun 6, 2024
View Jira Issue