blueprint

spawn Actor and Freeze Animation over time

  • Exposure: public
  • UE Version: 5.0

avatar author

maxHarrison

August 10, 2022, 12:55 pm

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

1 comment

  • avatar author

    maxHarrison

    August 10, 2022, 12:55 pm

    Create Animation Blueprint with Live Link Source Set Animation Blueprint for MetaHuman (Body, Torso, Legs and Feet) in the MetaHuman blueprint (not in scene blueprint as newly spawned MetaHumans won't have the animation applied). Create a new blueprint and add this script, add a variable for ActorToFreeze (of type MetaHuman blueprint), compile, add to scene and set the ActorToFreeze variable to the MetaHuman blueprint.

    Create an Actor Array variable and a countdownToFreeze and currentTime float variable.