Course: Unreal Engine C++ Developer: Learn C++ & Make Video Section 3: 38 Games(https://www.udemy.com/course/unrealcourse/)
There are 2 Errors in the code for the SCK_Casual01 ThirdPersonCharacter. The Errors boil down to that the Reset orientation and Position node no longer exists. So going into the original SCK_Causal01 file and loading the ThridPersonCharacter event graph and disconnecting it from the event before it removes the error and allows it to be compiled. I’ve left the nodes there as I’m learning this was just how I’ve found it to work incase this causes issue later the nodes are there to be looked and the issue resolved.
This may solve the issue SCK_Casual01 ThirdPersonCharacter had was that the camera boom and follow camera didn’t come into the game when the BP was created and moved in the map. the easy way to see this has happened is that the Blue camera in the screenshot below isn’t there.
Copying from the BP’s made the camera appear but didn’t allow it’s movement since fixing the above issue it can now move and the CameraBoom and FollowCamera are also in details too since this fix so copying seems unnecessary.