How to make normal First Person in Game Animation Sample 5.5?

So, im newie in Unreal, trying figure out how have corectly make a FPS in GAS 5.5 project from Epics. So, i check some tutorials on YouTube and this not that what i want. Most of them use aim condition for turning in place when you turn your camera, so i don`t think this is corect for my own project. Also, if you made changes what tutorials say you to do - you have some bugs(Camera turn around body when you move it to fast, but your head and body in the same position). I make some changes in ABP_Sandbox Character(func ShouldTurnInPlace) and off some node in CameraRigPrefab(So, when camera attached to a head bone you have same result like in tutorials). But anyway i have some bugs, like in YT vids. Like i said you turn around body…





As result we have that when changed TurnInPlace:

I tried turn off Boom Arm node, so after that: when you move your mouse - head moved in that position where camera should be in, like in standart 3rd Person. But its so lagy and have blind zones for your camera when you move your mouse too fast - your character stars ??twitching?? I tried make some changes in RootTransorm to make its interpolate, so character feels not that lagy, but anyway he is… This solution also have some bad things like diferent mouse sensivity by axes. That`s i think couse now after my changes your head move faster in left and righ. Anyway, when you turn off Boom Arm node you camera start shaking like during the earthquake when you start run or sprint.

Sorry for my good English, im not native eng speaker. So, maybe i make some stupid mistakes, but i need some help. Maybe i need to delete this new default GameplayCamera and make new one by myself? Also in both decision i have cliping. i know i can make capsule much bigger, but its not for me. I know most of clipping starts when you walk/run/crouch in to the wall or another object couse you`r animation put your head out of the capsule…

3 Likes

Thanks for the guide, you can fix the movement issue by disabling camera lag.

Thank you very much.

how can i disable camera lag?