HaywireInteractive / OnAllFronts-Public

UE5 MilSim FPS / RTS Game (formerly ProjectM)
MIT License
126 stars 24 forks source link

Improve player weapon clipping functionality when in free look #892

Open Leroy231 opened 8 months ago

Leroy231 commented 8 months ago

Currently when in free look and moving mouse it moves the weapon a little bit at times, likely because of the Look Delta X/Y variables which transform the VB Gun bone. We need to skip that step if free look is enabled.

archimonde1111 commented 8 months ago

Image