
Navigate Unreal Engine 5 for complete beginners with structured sections, a Q&A, blueprint scripting insights, and a thriving Discord community to maximize learning and finish strong.
Install the epic games launcher, download the publishing license, and sign in to access Unreal Engine 5, then explore the marketplace to download samples and assets.
Explore the Unreal Engine origins, Tim Sweeney's role, and royalty licensing, with games like Harry Potter and the Sorcerer's Stone, Borderlands, BioShock, Fortnite, and Witcher 4 on Unreal Engine 5.
Create your first game in Unreal Engine 5 by building a blueprint launchpad, wiring a box collision with on begin overlap, launching a third-person character, and adding a particle explosion.
Master the Unreal Engine level editor to create and modify levels by placing and transforming actors, using the details panel, world outline, and content browser.
Explore Unreal Engine 5 editing modes, focusing on select mode to speed environment creation and learn how actors, assets, and volumes like landscape and foliage shape levels.
Explore the viewport basics in Unreal Engine 5, comparing perspective and orthographic views, navigating multiple viewports, and using unlit, lit, wireframe, and detailed lighting modes for precise level editing.
Discover viewport navigation in Unreal Engine using mouse and keyboard: left/right/middle buttons, w a s d, e q, f focus, z/c field of view, alt pan, and mouse wheel speed.
Master selection controls in Unreal Engine 5 by selecting single or multiple actors, using move-rotate-scale transforms, adjusting pivots, duplicating, and snapping with vertices and grid.
Explore the Unreal Engine 5 toolbar and viewport options, mastering real-time rendering, view modes, flags, snapping, coordinate systems, camera controls, atmosphere, and practical hut-building challenges.
Learn to navigate the Unreal Engine content browser, organizing assets with import, rename, and drag-and-drop workflows, and use collections and filters to quickly view materials, textures, and folders.
Explore the details panel in Unreal Engine to adjust an actor's transform and properties, and master parent–child relationships with simulate physics and mobility (static, stationary, movable).
Explore the world outliner in Unreal Engine 5, using the hierarchical actor tree to select, modify, filter, and organize objects with folders and visibility controls.
Explore static mesh actors in Unreal Engine 5, learn how static meshes differ from skeletal meshes, and convert a grass column into a chair while applying materials and physics.
Master geometry brushes to shape and carve Unreal Engine 5 levels, using additive, subtractive, and hollow techniques. Explore cones, cylinders, curved stairs, and tessellation for rapid prototyping and efficient lighting.
Learn how components attach to an actor to form complex objects, using spheres, lights, and a projectile movement component to control speed and motion.
Explore how Unreal Engine 5 volumes shape level behavior by placing three dimensional volumes that trigger damage, doors, blocking paths, physics effects, and post process lighting changes.
Discover how to apply materials and textures in Unreal Engine 5, control surface look with textures for roughness and normals, and assign multiple materials to brushes and meshes.
Learn the core lighting concepts in Unreal Engine 5, including lumen, attenuation radius, intensity, color, and types of lights (point, spotlight, rectangle, skylight, directional), plus a hands-on lighting challenge.
Explore how to sculpt atmosphere and clouds in Unreal Engine 5 by adjusting directional light, sky atmosphere, volumetric clouds, and skylight for smoother shadows with exponential height fog.
Create a complete Unreal Engine 5 level from scratch, setting up lighting, clouds, atmosphere, and post-processing. Tune skylight, auto exposure, directional light, volumetric fog, and vignette for cinematic mood.
Create your first Unreal Engine 5 level by building ambience, placing platforms and pillars, and designing a jump path to a door using a simple game design template.
Create and apply custom materials in Unreal Engine 5 to distinguish floor, walls, and platforms, then design a red emissive exit door and a green glow material.
Build your first blueprint in Unreal Engine 5 by creating nodes in graph editor, using begin play and tick, and exploring variables, functions, macros, and level blueprint to control gameplay.
Explore how nodes work in Unreal Engine 5 blueprints, including event and function nodes, input and output pins, execution pins, data pins, and how to connect, organize, and promote variables.
Discover blueprint variables in Unreal Engine 5, including booleans, integers, int64, floats, doubles, vectors, and rotators; promote to variable, create instance editable variables, and hide a chair.
Discover blueprint classes in Unreal Engine 5, selecting a parent class, converting objects, and using the blueprint class event graph and construction script to handle overlaps and initialization.
Master Unreal Engine 5 functions in blueprints, learning to create reusable, public, protected, or private functions with input and output parameters, and calculate 3D distance using the Pythagorean theorem.
Explore flow control in Unreal Engine 5 by using switch and branch nodes in blueprints, with practical examples for integers, strings, booleans, and a hidden chair demonstration.
Master flow control in Unreal Engine 5 for beginners by exploring do end, do once, flip flop, for loop, and for loop with break, with delays and branches.
Explore the final pieces of Unreal Engine 5 flow control, including gate, multi gate, sequence, and the wild loop, with hands-on examples of opening and closing execution paths and looping.
Learn to use timelines in Unreal Engine 5 blueprints to drive time-based light and color animations. Create a light blueprint with brightness and color tracks activated by overlaps.
In this Unreal Engine 5 beginner guide, create a moving glass platform using a blueprint, with red and green edge indicators, easing motion, delays, and a looping back-and-forth path.
Create an activation plate in Unreal Engine 5 to trigger a moving platform using a blueprint actor, a trigger overlap, and a dispatcher to connect the plate and platform.
Create a flaming enemy using timelines and blueprints in Unreal Engine 5, and control its movement speed with an enum switch for fast, medium, and slow.
Learn how to use Unreal Engine's game mode to define player entry, pausing, and level transitions, and how game state tracks game duration and player joins, with blueprint-based customization.
Explore the pawn as the player's physical representation, detailing the default pawn class, mesh, collision, and movement components, plus blueprint creation and testing with a table in a third-person view.
learn to create a game character in unreal engine 5 using a character movement component, capsule and skeletal meshes, and tune gravity, jump velocity, air control for walking and jumping.
Explore the Unreal Engine 5 player controller and input mappings, learn action and axis mappings, and implement jumping logic and persistent player state across respawns.
Learn casting in blueprints to access character-specific variables and ensure events trigger only for the right actor, using a spinning cube and overlap-based logic with a can rotate flag.
Set up a first-person character in Unreal Engine 5 by creating a character blueprint with a camera, and configure input mappings for jump, sprint, look, and move.
Set up a player controller in Unreal Engine 5 to look around, move, and jump. Use input axes for look up/down and forward movement, and reference the forward vector.
Adjust player movement in Unreal Engine 5 by tuning gravity, jump, air control, and sprint speed for a platformer feel. Implement pause and unpause controls to enable smooth gameplay.
Learn to add realistic head bobbing with camera shake in Unreal Engine 5 using blueprint, adjusting oscillation parameters, and triggering shake with player movement.
Explore how collisions work in Unreal Engine 5 by comparing simple and complex collisions, using auto convex collision tools and k dots based bounding shapes to understand collision behavior.
Explore collision response reference in Unreal Engine 5, discovering how hit and overlap events trigger responses, collision presets and object types, and how dynamic interactions shape your gameplay.
Explore how to implement damage in Unreal Engine 5 by handling hit events, applying damage, updating health, and destroying the player when health reaches zero.
Create a damaging environment in Unreal Engine 5 by implementing player health, enemy overlap, and a game over event with invincibility windows and health checks.
Create death spikes and damaging spikes in Unreal Engine 5 using blueprints, a box collision, and overlap events to kill or damage the player, with the option to tweak damage.
Build a gem pickup system by placing gold gems with a pickup trigger, destroying them on collection, and incrementing the player's collected gems counter to unlock the door.
Implement a gem collection system in Unreal Engine 5 that opens the exit door when gems are complete, using game mode and character references to advance to the next level.
This course is made with the latest content and newest technics used in modern Game Development (Unreal Engine 5 2022)
The best way to learn anything is by doing it in a really fun way and this is where this course comes from. If you want to learn how all these incredible games you see are made there is no better place to start than this course.
We made sure that this course has everything you need to take you from a beginner (even with zero codding experience) and slowly take you to intermediate level.
I chose the main project in this course to be a 3D First Person Platformer because it not only has a vast library of game development concepts that we can implement and learn.
Also because it's very simple (especially if you are a beginner) to delve in and get started on your game development journey.
Everything in this course has been meticulously crafted, review and recrafted to provide you with the best experience possible and maximize your learning as much as possible.
So not only will you have a great time learning you'll also get the MOST BANG FOR YOUR BUCK by going away from this course with a lot of tools in your arsenal to continue you journey in the wild west of game development.
Section 1: Introduction
We'll start off by downloading Epic Games Launcher. Downloading Unreal Engine 5 and we'll lay the ground. We'll understand a bit of history about the Unreal Engine and we'll make our First Game just to get ourselves into the mood.
Section 2: Building Virtual Worlds Level Editor
In this section we are going to start learning the very basics of the viewport. We'll understand how to move around the viewport, use the various navigations and learn what each every single window we see infront of us does.
Section 3: Unreal Architecture Actors
In this section we will learn about Actors. We'll understand static mesh actors, geometry brushes, volumes and Materials. We finish off by creating and learning to set up the lighting and atmosphere instead of using the one we are given.
Section 4: CyberSpy 3027 - Building Our World
This section will be a culmination of what we learned in the previous 2 sections. We'll be setting up the light, atmosphere and skyline. We'll create our first level and build our inner basic structure to start working with future features.
Section 5: Blueprint Visual Scripting
Time to understand the concept of Blueprint Scripting in a very easy way. We'll understand what the windows in the interface mean, go though nodes, connect them and create a flow control between them. We also delve into timelines for simple animations.