Hello,
I used a cover system codes in order to add cover system in my game, in addition I wanted to extend from utgame to maintain some of it’s properties in the game in addition to the cover system,
however, when I inherit from utgame many problems happens, for ex, when i extend the the player controller from utplayer controller the camera is separated and stayes away from the carrier and not following him.
so when i extend the rest of the codes from the utgame and leave the player controller without extending from the utplayer controller everything goes fine I play in editor as expected and the cover system is applicable, but as soon as i play on pc it becomes completely different from play in editor and it seems to be similar to using the utgame.
here are the codes.
I want to extend from utgame to maintain it’s properties and keep the cover system in the game can any one tell me how can it be done ?
thank you.