Unreal Engine 5 2021 part 1

From IML Wiki
Jump to: navigation, search
  • Creating the project
Creating new project


  • Add "World Settings" tab, we will need it in the future
Add "World Settings" tab


  • Content browser
How to open Content Browser


  • How to make the same editor layouts like in ue4. Content Browser and Place actor menus
  • Main Panels
Main Panels


  • How to show fps
"stat fps" console command


  • How to improve fps
Improve fps 1/2


Improve fps 2/2


Other settings


  • Open game in new window
Open game in new window


Change resolution 1/2


Change resolution 2/2


Show fps in window mode


  • Player spawning basics

Why player haven't spawned on the PlayerStart object in the default scene?
Why auto possessing is bad?
What will happen if we have no PlayerStart objects and auto possess in some character?
How to add new PlayerStart object?

  • Select, move, rotate and scale viewport modes. Hotkeys. Camera fly speed.
  • Lighting needs to be rebuild. How to build lighting? What is stationary lighting? How to define dynamic lighting? Fps cost?
  • Create new "Gameplay" level
  1. Add "SkyAtmosphere"
  2. Add "DirectionalLight", set as Atmosphere Sun Light
  3. Add "SkyLight"
  4. Add "VolumetricCloud"
  5. Add "Landscape" Enable Edit Layers, 127x127, 1x1, 8x8
  6. Set "Grass" Material for the "Landscape"
  7. Create material with few layers and paint it
Simple multy layer material


  • Set this map as editor and game default.
  • Show "Editing modes", select, landscape and foliage. Show how to sculpt the "landscape".
  • Show how to change time of day, sun light intensity, build Lighting and add "Player Start".
  • Add water
  1. Activate water plugin
  2. Restart project
  3. Add "Water Body Ocean"
  4. Fix terrain problem, WaterBodyOcean => Curve Settings => Water Heightmap => Falloff Settings => Falloff Mode
  5. Add fake horizontal water mesh, WaterMeshActor => Mesh => FARDISTANCE => Show Engine and Plugin content => set "Water_FarMesh" and 1 000 000 far distance
  6. Show how to setup Waves, WaterBodyOcean => Wave
  7. Prepare Landscape, add Lake and fix the terrain problem (Falloff Mode)
  8. Add River, show how to setup river
  • Assets, how to buy it or get for free. Add "Medieval Castle Vol1" and "Advanced Village Pack" assets.
  • Apply "Medieval Castle Vol1" auto material for terrain
  • Add some threes
  • Add houses and windmills
  • How the engine architecture works. What is "Level", "GameMode", "PlayerController", "Pawn", "Character".
How the architecture works


  • Create MainMenu and main architecture
  • Build the game