Hello there,
How do I correctly add a First Person Controller to the scene?
Right now I have a PlayerStart so when I start the game a FirstPersonController gets created to that spot.
I need to have a manual FPC added to the scene because I need to reference it trough my blueprint, and I can’t really reference the PlayerStart.
I saw the FirstPerson Test Map and they do have a FirstPersonController there but I can’t figure it out. If I delete my PlayerStart and add a FPC … my camera starts from the current editor camera.
I tried to check “Default Player Start” but it’s grayed out when I do that. Right now it’s ok because I still have the PlayerStart.
Thank You