Hey folks,
I, am trying to have my character eat stuff, and grow bigger.
Now the growing bigger part works fine, however the camera stays in the exact same position.
Which is a HUGE problem.
Since I need it to be reusable in each level, I am creating the blueprint as a function inside the character blueprint.
I then call upon the function with event tick.
Here’s the blue print so far,
Now I need the spring arm length (set to 300) to increase in size by somehow getting its size, and adding the Mass variable to it.
Any ideas?