• Bugs
  • [UE4] SpineActor flickers on single frame

  • Изменено
Related Discussions
...

I made super simple code: spawn mixandmatch actor randomly.

and on spawn time, it flickers on single frame. (Played in editor)

https://vimeo.com/655620484

  • 0.25x slower video example.

@Mario I tried setup pose nodes, but it works little, just feels like frequency decreased

my code is below

Did you wire up the tick event as described here? spine-ue4 Runtime Documentation: Spine widget for UMG UI

That is responsible for calculating all the poses after applying the animation. You can also call it after set animation on the Construct event chain.

@Mario It's not umg. it's an actor. so it doesn't have tick node.