Animation issues

Errors and known issues.

Animation is not playing on character in packaged builds

If animations are not playing after you load a packaged build, this is likely because the character Blueprint is not set up correctly.

  1. Check the AnimClass property on your Blueprint's SkeletalMeshComponent.

  2. Set your AnimClass to the animation blueprint you want to use. You must set this in the editor before running the application.

Last updated