Hi, I’m new to Blueprint, can’t figure out this issue.
I have the component hierarchy like this:
So what I wanna do is to move each scene component up by 10, then continue to move child of scene component (Say here, “sphere” of “scene sphere”) up by 10. Also, I created a variable “PERCENTAGE” clamped to 0 - 1, which was meant to control the movement.
Here is my Construction Script &Event Graph:
It looks good in viewport:
But wrong when I played the simulation:
The “sphere” static mesh component moves too far from its designated location.
Maybe I messed up with some settings? Please let me know your solution, thanks!