Procedurally generated Blueprint assets for keyframed animation

So you are modifying the value Offset. It has a value from 0 to 200.
In Tick you are moving your static mesh component by Offset centimeters per DeltaTime. Did you set a fixed value for how often your blueprint ticks per second?

1 Like