Character is not rendered for frame between Death animation and conversion to ragdoll physics
In the linked movie, if you pause at the 34 second mark and play frame by frame, you will see the character disappear for one frame, presumably as it blends from death animation to ragdoll:
[Link Removed]
*See also, attached images
GetWorldTimerManager().SetTimer(TimerHandle, this, &AShooterCharacter::SetRagdollPhysics, FMath::Min(0.1f, DeathAnimDuration), false);
To this:
GetWorldTimerManager().SetTimer(TimerHandle, this, &AShooterCharacter::SetRagdollPhysics, (DeathAnimDuration * 0.5f), false);
So that we are now turning on ragdoll physics halfway through the playing of the death animation, rather than after the animation is finished.
na
Why does the REMOVE method of map container remove elements have memory leaks?
How does TextureRenderTarget2D get TArray<uint8> type data?
How to delete some elements correctly when deleting an array loop?
An Unreal process has crashed: UE-4-Panzer Corps2
How to convert the datasmith scene file to BluePrint. Create animations in BluePrint.
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Simulation - Physics |
---|---|
Affects Versions | 4.10.4 |
Target Fix | 4.11 |
Created | Mar 4, 2016 |
---|---|
Resolved | Mar 8, 2016 |
Updated | Apr 27, 2018 |