Amazing, thank you so much now the camera is finally rotating. I have been trying to figure this out for two weeks , This is my first time using the blueprints and now I think coding is easier .
I still have a weird movement with the camera, but at least now it is rotating. I will try the option you suggested and give feedback. Thank you so mucccchh
I have tried adding the code you posted. It doesn’t work for my case right? it needs modifications for my special case I guess. Currently, it changes cameras according the the box I enter but the camera isn’t rotating. I can not do the previous modification you sent here because it is different nodes.
Before we go deeper into this, could you explain / show what the character really is and how it’s supposed to move? Could we see the component hierarchy?
of course, its way of movement is quite complicated. But the entire movements happens while the character is laying on the ground. (can turn his upper part left, right or up). can push forward, can raise his waist.
There is the part I sent previously. Do you need it?
I tried deleting the two nodes you mentioned before. And changing the rotation to Absolute Rotation, but it changes nothing. Still same result. Let me try your latest suggestion.
Well, to move the character you need to keep pressing the push button multiple times because it gives a small push only. Can you tell me what exactly you want to see in the video ? output log?
keep pressing the push button multiple times because it gives a small push only.
Got it, makes sense.
Same as this:
But I want to see the actual location of the mesh confirmed by the debug sphere. The camera aims straight at it but the cam wiggles more than the mesh moves, right? Which is odd. Not sure where this extra movement is coming from.
Is it possible that the camera look at the character as it is a whole object and move only with his direction when he turn or when he goes to corners and becomes hard to see if the camera is not rotating? Currently, it is moving a lot with every key I press and it shakes weirdly. I guess it is because my character movement is different. What makes this complicated is the physics based movement I guess
That’s what was happening when the camera was not rotating. It was looking at the whole object (centre):
The capsule is the root of the character. If I move just the mesh… well, the character stays where it was. So we want to look at the mesh since that’s the moving part. However, since it’s a skeletal mesh, it has a root and many moving parts worming around.
Let’s say I wanted to camera-track Quinn’s left pinky:
Amazing!!! I chose the feet bone because there are the most steady bone and now it is working just great. Thank you so much you have really been a great help for me and your effort and time are highly appreciated.
In case things get too wiggly at some point, you could consider additional interpolation to the camera rotation, too. Either a springarm rotation lag or even vInterpTo during tick. It would help out with smoothing any big swings.