Ok, so I am kinda stuck with something and i cant seem to come with a answer.
i am trying to have my actor get followed with his camera. the only thing is, i placed the camera but it doesn’t follow it!
i hope there is one of you out there who knows how i can fix this. please, i need your help!
Camera should be component of your player character/pawn, not an actor located on the map. It also should be child component of character/pawn root component
How exactly did you set up the camera in your project?
I would check out the third person project template. You can copy what they do there, which is what MiKom is suggesting.