i wanna rotate my character with my camera but camera is freely moving around character.
i don’t want it. i just want to character rotates with my camera.
like pubg
i mean character rotates like First person game mode
For starters just try to make the “Followcamera” component child of the skeletal mesh component.
After that you will need to arrange your movement component and blueprint script according to your needs. You can get an idea how from first person example that is actually what you need.