Animation BluePrint

You can use a separate animation slot (like AttackSlot) in your Anim Blueprint and blend it with the default state machine using a “Blend Poses by Bool” node. When IsAttacking is true, the slot pose overrides the normal animations; otherwise, it falls back to idle/run. This approach keeps your montage playback clean and avoids modifying the state machine structure.

1 Like