My Software does not include starter content

I am following along with the video tutorial but when I go to the content browser Props and start content aren’t there. Is there a place I can download it or patch it in? because it’s not in the marketplace as far as I can tell.

Did you include starter content when you been creating project? There option for that you need to turn on

Hi GentlemanTwain -

The best and most effective way is as says to make sure that you include Starter Content at Project creation, if you have forgotten and need to add it in though you can save and close you project. Go to your Project Folder (C:.…\MyDocuments\UnrealProjects[ProjectName], default pathway) and in the Config Sub-Folder, open the DefaultGame.ini file and add the following:

[StartupActions]
bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")

Then save and restart you project, it will take a moment but the engine will add the Starter Content into your map. Be warned if you every need to delete a Starter Content Asset you will need to set the above bAddPacks to false or they will reload everytime.

Thank You -

Eric Ketchum

Changing the default project name in new project window worked out for me