blueprint

InkCPP Stop story thread until animation finished.

  • Exposure: unlisted
  • UE Version: 5.3

BlackQuicksilver

January 19, 2024, 12:49 am

Before starting the animation, the main thread is yield. That prevents further execution of instructions.

Then the Animation Finished Callback get bind to "EndTransition" after which the animation is played. When the animation finished will End "Transition" resume the thread which will continue the execution.

If this is called inside an external function, it will prevent further story output (after it reached the next newline).

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v