Rare crash in FWidgetAnimationState::OnStopped

UE - Anim - Sequencer - Jun 22, 2026

The FWidgetAnimationState::OnStopped delegate is getting created when the widget anim state is being destroyed and then queued to be executed later. Something is happening between the queue and the ...

Sequencer: Skeletal Animation with montages can cause blending issues when re-playing the same sequence on the same character

UE - Anim - Sequencer - Oct 1, 2024

The code in MovieSceneSkeletalAnimationSystem.cpp storages montage data on a per skeletal mesh component, per section basis. This (and a few other bits of logic) cause issues for external UDN user w ...