Unreal Engine C++ The Ultimate Shooter Course

0 (0)
Overview
Curriculum
Reviews

Master Unreal Engine by Creating a Complete Shooter Game!

The course is compatible with any version of Unreal Engine, including Unreal Engine 5!

This is the most comprehensive Unreal Engine tutorial series on the internet. You will create a shooter game complete with AAA quality gameplay mechanics. Learn the theory behind the gameplay mechanics of shooter games, then implement them in this beautiful game project. Topics covered are:

  • Character creation and movement

  • Input for PC and console controllers

  • Extensive use of Animation Blueprints (and Anim Instances, their C++ parents)

  • 1D and 2D Blendspaces

  • Strafing

  • Turn-in-place

  • Aim Offsets

  • Inverse Kinematics

  • Animation Curves

  • Character lean when running

  • Crouching (with dynamic capsule resizing)

  • Turn hips while running

  • Weapon fire with recoil animations

  • Reloading

  • Weapon blast and impact particles

  • Weapon beam particles (smoke trails)

  • Bullet shell eject particles

  • Sound effects

  • Blending animations per bone, by bool, and by enum – play one animation with one part of the body (running or crouching) while simultaneously playing another animation with another part of the body (reload, aim, or weapon fire)

  • Attach and equip different weapons (pistols, submachine guns, assault rifles)

  • Automatic and semi-automatic gunfire

  • Move different gun parts (the clip/magazine, and pistol slide) during animations

  • Camera zoom while aiming

  • Dynamic crosshairs that spread in reaction to:

    • Character speed

    • Weapon fire

    • Aiming

    • Jumping

  • Different crosshairs per weapon

  • Widget components, showing:

    • Item names

    • Item types

    • Ammo counts

    • Item rarity

  • HUD animations

  • Full item inventory system

  • Data tables, in Blueprints and C++

  • Curves to control:

    • Item movement during pickup

    • Color and brightness pulse for material effects

  • Material creation, including:

    • Post-process materials

    • Dynamic material instances

    • Setting material properties from C++

    • Driving material properties with curves

    • Material functions

    • Blending materials together

    • Outline effects

    • Glow/pulse effects

  • Retargeting animations

  • Retargeting whole Animation Blueprints

  • Numerous gameplay algorithms

  • Use of data structures, including:

    • structs

    • enums

    • arrays

    • maps

    • and more

  • Animation montages

  • Anim Notifies for sounds, weapon trails, and custom notifies

  • Sync markers for footsteps and sync groups

  • The course comes with a huge amount of assets, including:

    • Sounds

    • Textures

    • Particle effects

    • Meshes

  • Delegates

  • Interfaces

  • Dynamic footsteps that spawn different sounds and particle systems depending on the surface type

  • Physical materials and surface types

  • Niagra particle systems

  • Line traces

  • Enemy AI

  • Behavior Trees and Blackboard Components

  • Multiple enemy types with varying levels of Health, Damage, Size and Movement Speed

  • Headshot damage, with:

    • Higher damage for headshots

    • Number widgets that pop up and animate with bullet hits

    • Different colored numbers for headshots

  • Character and enemy health bars

  • Enemy patrol, agro, chase and attack player

  • Death mechanics

  • Stun mechanics

  • Melee attacks with melee weapon trails

  • Explosives that cause damage and death

  • Level prototyping

  • Creating full levels based on our prototypes using professional assets

  • Light baking

  • Post-process effects

What you’ll learn

  • Learn all skills that translate to Unreal Engine 5!
  • Learn Unreal Engine game development by creating a complete shooter game.
  • Get in-depth experience with Unreal Engine Animation, Materials, Special Effects, and gameplay!
  • Learn Unreal Engine’s code base.

Are there any course requirements or prerequisites?

  • Understanding of the basics of C++ (take my C++ course!)

Who this course is for:

  • Unreal Engine beginners who understand the basics of C++.
  • Unreal Engine intermediate developers who wish to advance in skill level.
  • Expert Unreal Engine developers to wish to expand their skillset.
  • Those who wish to make shooter games.
  • Anyone who wants to have fun and make games!
Unreal Engine C++ The Ultimate Shooter Course

Curriculum

  • 17 Sections
  • 345 Lessons
  • 1 Quiz
  • 0m Duration
Expand All
Section 1: Introduction
6 Lessons1 Quiz
  1. Introduction(5:59)
  2. Install an IDE(5:53)
  3. Install Unreal Engine(2:18)
  4. C++ Refresher(11:47)
  5. Quiz on C++ Concepts
  6. Reflection and Garbage Collection(3:24)
  7. How to Get Help(10:22)
Section 2: Project Setup
14 Lessons0 Quizzes
  1. Project Setup(8:37)
  2. Character Class(5:46)
  3. UE_LOG Format String - Int
  4. UE_LOG Format Specifiers(7:43)
  5. UE_LOG with FString(4:07)
  6. Camera Spring Arm(13:31)
  7. Follow Camera(6:48)
  8. Controllers and Input(4:23)
  9. Move Forward and Right(16:00)
  10. Delta Time(6:33)
  11. Turn at Rate(15:10)
  12. Mouse Turning and Jumping(7:32)
  13. Adding a Mesh(4:25)
  14. Smoothing Character Movement(5:48)
Section 3: Animations
22 Lessons0 Quizzes
  1. The Anim Instance(16:58)
  2. The Animation Blueprint
  3. Run Animations(10:58)
  4. Trimming Animations(10:01)
  5. Rotate Character to Movement(7:21)
  6. Fire Weapon Function(4:04)
  7. Shooting Sound Effects(10:22)
  8. Shooting Particles(13:25)
  9. Shooting Animation(11:44)
  10. Blending Shooting Animations(6:21)
  11. Line Tracing for Bullet Hits(15:40)
  12. Impact Particles(5:01)
  13. Beam Particles
  14. Socket Offset(2:59)
  15. HUD Class and Crosshairs(11:39)
  16. Directing Rifle Shots(14:49)
  17. Trace from Gun Barrel(9:23)
  18. Refactor Beam End Code(11:19)
  19. Movement Offset Yaw(16:34)
  20. Strafing Blendspace(8:33)
  21. Jog Start Blendspace(10:39)
  22. Jog Stop Blendspace(11:09)
Section 4: Aiming and Crosshairs
13 Lessons0 Quizzes
  1. Zooming Field of View(11:27)
  2. Aiming Zoom Interpolation(13:28)
  3. Aiming Pose(7:48)
  4. Aiming State Machine(8:36)
  5. Aim Look Sensitivity(20:42)
  6. Crosshair Spread Velocity(11:20)
  7. Spreading the Crosshairs(17:43)
  8. Crosshair In Air Factor(9:09)
  9. Crosshair Aim Factor(6:34)
  10. Bullet Fire Aim Factor(15:18)
  11. New Level Assets(10:01)
  12. Automatic Fire
  13. Jumping Animations(12:38)
Section 5: The Weapon
22 Lessons0 Quizzes
  1. The Item Class(8:09)
  2. The Weapon Class(15:18)
  3. UMG Intro Lesson(6:00)
  4. PickupWidget Blueprint(19:37)
  5. Finishing the Pickup Widget(19:15)
  6. Add Widget to Weapon(4:40)
  7. Trace for Widget(8:00)
  8. Refactor Trace Under Crosshairs(12:55)
  9. Widget Trace When Close(25:31)
  10. Hide Widget(10:24)
  11. Bind Item Name(9:04)
  12. Bind Item Count(7:19)
  13. Bind Star Opacity(26:30)
  14. Spawn Default Weapon(15:54)
  15. Equip Function(9:59)
  16. Item State Lesson(7:27)
  17. Item State(5:40)
  18. Set Item Properties(12:37)
  19. Detach Weapon(7:35)
  20. Item Falling State(10:54)
  21. Throw Weapon(15:50)
  22. Swap Weapon(12:13)
Section 6: Item Interpolation
10 Lessons0 Quizzes
  1. Item Interping Slide(10:05)
  2. Camera Interp Location(8:43)
  3. Get Pickup Item(3:09)
  4. Item Z Curve(8:16)
  5. Item Interp Variables(13:01)
  6. Interping State Properties(3:02)
  7. Following the Z Curve
  8. Interp Item X and Y(9:03)
  9. Interp Rotation(10:48)
  10. Interp Scale(13:32)
Section 7: Reloading
23 Lessons0 Quizzes
  1. Retargeting Animations(12:03)
  2. Edit Animations in Unreal(11:46)
  3. Ammo(11:07)
  4. 5. Ammo Count Widget(13:13)
  5. Draw Ammo Count to Screen(15:20)
  6. Weapon Ammo in C++(8:20)
  7. Bind Weapon Ammo in Widget(4:35)
  8. Fixing Barrel Socket Location(4:59)
  9. Improving Weapon Fire Code Lecture(13:04)
  10. Improving Weapon Fire Code(15:53)
  11. Reload Montage(5:42)
  12. Reload Lecture(15:50)
  13. The Weapon Type(3:43)
  14. Reload Continued(17:24)
  15. Update AmmoMap(15:33)
  16. Bind Carried Ammo(7:22)
  17. Bind Weapon Name(3:51)
  18. Move Clip Lecture(7:46)
  19. Grab and Release Clip(19:20)
  20. Weapon Anim BP(11:59)
  21. Moving the Clip(15:00)
  22. Clip Sounds(10:07)
  23. Pickup Sounds(10:12)
Section 8: Advanced Movement
22 Lessons0 Quizzes
  1. Rotate Root Bone(22:24)
  2. Turn in Place Animations(16:49)
  3. Animation Curves(9:31)
  4. Turn in Place using Curve Values(19:14)
  5. Hip Aim Offset(25:17)
  6. Aiming Aim Offset(21:14)
  7. Lean(16:09)
  8. Lean Blendspace(14:35)
  9. Crouching Setup(6:52)
  10. Crouching Animations(7:27)
  11. Crouching AnimBP(6:17)
  12. Crouching Turn Animations(10:04)
  13. Retargeting Anims with Different Skeletons(20:59)
  14. Crouch Turn in Place Anim BP(19:40)
  15. Crouch Recoil Weight(12:51)
  16. Crouch Walking Blendspace(7:13)
  17. Crouch Walking(5:52)
  18. Crouch Movement Speed and Jump(7:03)
  19. Interp Capsule Half Height(22:29)
  20. Tweaking Parameters(10:34)
  21. Aim Walking(8:07)
  22. Reconciling Aiming and Reloading(10:22)
Section 9: Ammo Pickups
13 Lessons0 Quizzes
  1. Ammo Assets(8:07)
  2. Ammo Class(12:06)
  3. Overriding SetItemProperties(7:27)
  4. Pickup Ammo Function(13:01)
  5. Ammo Widget(12:27)
  6. Ammo Widget Continued(9:01)
  7. Bind Ammo Count(3:46)
  8. Bind Ammo Icon(3:02)
  9. Pickup Ammo on Overlap(10:58)
  10. Interpolation Scene Components(17:37)
  11. Setup Interp Locations(13:39)
  12. Interp to Multiple Locations(21:59)
  13. Limit Pickup and Equip Sounds
Section 10: Outline and Glow Effects
50 Lessons0 Quizzes
  1. Outline Effect Theory(9:43)
  2. Post Process Materials(11:43)
  3. Custom Depth(4:23)
  4. Texel Position and Size(9:54)
  5. Show Interior Pixels(13:31)
  6. Getting the Border(6:09)
  7. Adding the Border to the Scene Color(6:23)
  8. Hide Occluded Pixels(7:03)
  9. Change Outline Thickness(2:02)
  10. Color Tinting Effect(4:14)
  11. Multiple Colors with Custom Depth Stencil(15:46)
  12. Blend Materials with Material Functions(8:48)
  13. Fresnel Effect on Glow Material(9:33)
  14. Material Instances(5:10)
  15. Scrolling Lines Effect(7:41)
  16. Enable Custom Depth in C++(8:35)
  17. Dynamic Material Instances(10:05)
  18. Enable Glow Material in C++(6:20)
  19. Show Outline While Interping(5:43)
  20. Curve Vector for Material Parameters(22:06)
  21. Material Pulse when Interping(16:51)
  22. Inventory Slot Widget(9:08)
  23. Inventory Bar Widget(11:17)
  24. Add Button Icons to the Inventory Bar(9:43)
  25. Add Inventory Bar to ShooterHUDOverlay(2:24)
  26. Inventory Array in C++(9:46)
  27. Binding the Background Icon(13:23)
  28. Binding the Item Icon(7:53)
  29. Binding the Ammo Icon(5:31)
  30. Binding Weapon Ammo Text(4:09)
  31. Set Item State for Picked Up(7:06)
  32. Send Slot Index with a Delegate(10:13)
  33. Play Widget Animation(13:26)
  34. Exchange Inventory Items(12:45)
  35. Disable Trace while Interping(14:13)
  36. Prevent Swapping while Reloading(5:18)
  37. Equip Montage(12:23)
  38. Play Equip Sound when Swapping(10:40)
  39. Swap Pickup Text(7:31)
  40. Swap Animation Limitations(10:27)
  41. Create Icon Animation(13:37)
  42. Create Icon Highlight Delegate(3:14)
  43. Functions to Broadcast Icon Highlight Delegate(5:03)
  44. Calling Highlight and UnHighlight Inventory Slot(6:01)
  45. Assigning the Icon Delegate(19:28)
  46. Data Tables - FTableRowBase(21:22)
  47. Accessing Data Table Rows in C++(13:50)
  48. Setting Widget Colors from Data Table Values(3:41)
  49. Setting Glow Color from Data Table Value(3:27)
  50. Set Post Process Highlight Color from Data Table(5:42)
Section 11: Multiple Weapon Types
32 Lessons0 Quizzes
  1. Weapon Data Table(13:03)
  2. Getting Data from Weapon Data Table(19:53)
  3. Assault Rifle Glow Material(8:24)
  4. Set Material Instance and Index with Data Table(16:39)
  5. Adding Barrel Socket to AR(3:42)
  6. FABRIK IK(11:55)
  7. Switch on Weapon Type(10:20)
  8. Disable FABRIK IK when Reloading(7:15)
  9. AR Reload Animation(6:03)
  10. Reload Montage Section in Data Table(8:51)
  11. AR AnimBP(9:56)
  12. Set AnimBP for Weapon from Data Table(7:07)
  13. Different Crosshairs Per Weapon(6:57)
  14. Drawing Crosshairs from Weapon Variables(7:26)
  15. More Weapon Properties in Data Table(5:02)
  16. Use Weapon Properties in FireWeapon(8:19)
  17. Adding Pistol Assets(3:54)
  18. Hide Bone By Name(7:32)
  19. Pistol Icon(3:32)
  20. Pistol Data Table Properties(9:27)
  21. Barrel Socket on the Pistol(3:09)
  22. Pistol Reload Animation(9:27)
  23. Pistol FABRIK IK(4:45)
  24. Pistol Aiming Pose(8:31)
  25. Aiming Pose for Each Weapon(7:15)
  26. Pistol Slide Curve(7:02)
  27. Pistol Slide Timer(8:38)
  28. Update Slide Displacement(4:12)
  29. Transform Pistol Slide Bone(21:37)
  30. Pistol Glow Material(8:34)
  31. Semi Automatic Fire(9:32)
  32. Stop Aiming when Exchanging Weapons(6:02)
Section 12: Footsteps
16 Lessons0 Quizzes
  1. Download Footsteps Assets(4:47)
  2. Setup Assets for Footsteps(17:19)
  3. Define Physical Surface Types(5:06)
  4. Creating Physical Materials(9:30)
  5. Footstep Sync Markers(12:06)
  6. Custom Anim Notify(10:24)
  7. Adding Notifies to Animations(22:38)
  8. Setting Bone Name for Each Notify(8:05)
  9. Playing Sounds with Anim Notify(3:36)
  10. Line Trace for Physical Surface Type(12:19)
  11. The Grass Surface Type(7:25)
  12. Get Surface Type(8:29)
  13. Implement Footsteps Notify(12:35)
  14. Jumping and Landing Sounds(14:06)
  15. Turing Hips while Running(15:59)
  16. Turn Hips while Running Backwards(15:34)
Section 13: Multiple Character Meshes
4 Lessons0 Quizzes
  1. Retargeting the Animation Blueprint(10:15)
  2. Setting Up Twin Blast Character Blueprint(10:05)
  3. Tweaking Twin Blast(10:53)
  4. Phase(5:26)
Section 14: The Enemy Class
22 Lessons0 Quizzes
  1. Enemy Assets(4:12)
  2. The Enemy Class(3:37)
  3. Bullet Hit Interface(11:21)
  4. Implementing BulletHit(17:37)
  5. Explosive(10:33)
  6. Damage(14:38)
  7. Head Shot Damage(7:56)
  8. Enemy Health Bar(7:55)
  9. Hide Health Bar(9:07)
  10. Enemy Death Function(2:18)
  11. Enemy Anim Instance(3:17)
  12. EnemyHit Montage(8:38)
  13. Play Montage Sections(6:28)
  14. Hit React Delay(6:19)
  15. Show Hit Numbers(8:56)
  16. Store Hit Number Locations(4:47)
  17. Remove Hit Number(9:00)
  18. Update Hit Number Location(6:12)
  19. Bind Hit Number Text(3:04)
  20. Animate Hit Numbers(5:04)
  21. Head Shots(7:18)
  22. Grux Physics Asset(3:34)
Section 15: AI and Behavior Trees
41 Lessons0 Quizzes
  1. Unreal Engine AI(7:30)
  2. Adding AI Modules(3:30)
  3. AI Controller(15:36)
  4. Creating a Blackboard and Behavior Tree(3:44)
  5. Patrol Point(7:29)
  6. Move To Task(14:11)
  7. Enemy Run Animation
  8. Second Patrol Point(7:28)
  9. Wait Task(3:32)
  10. Agro Sphere(10:01)
  11. Move To Actor(5:01)
  12. Stun Enemy
  13. Stunned Blackboard Decorator(11:10)
  14. Selector Node(7:30)
  15. In Attack Range(12:02)
  16. Enemy Attack Montage(13:16)
  17. Get Attack Section Name(4:36)
  18. Custom Behavior Tree Task(13:24)
  19. Weapon Collision Volumes(13:53)
  20. Activate and Deactivate Collision(9:47)
  21. Enemy Damage(11:11)
  22. Character Health Bar(5:40)
  23. Enemy Weapon Attack Sounds(3:34)
  24. Melee Impact Sound(4:56)
  25. Enemy Vocal Attack Sounds(3:15)
  26. Weapon Trails(7:29)
  27. Blood Particles(16:22)
  28. Character Stun State(8:13)
  29. End Stun Anim Notify(2:42)
  30. Stun Character on Hit(8:47)
  31. Limit Enemy Attacks(9:06)
  32. Delay Before Chasing the Player(3:11)
  33. Agro Enemy when Shot(3:19)
  34. Enemy Death Montage(7:08)
  35. Destroy Enemy(4:15)
  36. Polish up Enemy Death(5:55)
  37. Character Death(10:17)
  38. Stop Enemy Attack on Death(4:16)
  39. Retargeting New Montages(3:15)
  40. New Types of Enemies(8:09)
  41. Showcasing Different Grux Enemies(9:23)
Section 16: Khaimera
10 Lessons0 Quizzes
  1. Adding Khaimera(8:46)
  2. Khaimera's Animation Blueprint(8:50)
  3. Khaimera Attack Montage Notifies(8:11)
  4. Khaimera Death and Hit Montages(5:08)
  5. Khaimera Anim Notifies(3:14)
  6. Finishing Khaimera Anim BP(5:41)
  7. Different Khaimera Skins(5:18)
  8. Explosive Get Overlapping Actors(12:18)
  9. Explosive Agro Enemy(11:11)
  10. Health Pickup(7:43)
Section 17: Level Creation and Finishing the Game!
25 Lessons0 Quizzes
  1. Level Prototyping Tools(5:41)
  2. Level Prototype - Starting Area(7:04)
  3. Level Prototype - Courtyard(12:45)
  4. Level Prototype - Courtyard 2(21:05)
  5. Level Prototype - Using Paragon Props(19:08)
  6. Ruins Assets - Floor(9:29)
  7. Ruins Assets - Walls(10:09)
  8. Ruins Assets - Walls 2(4:22)
  9. Ruins Assets - Corners(7:54)
  10. Ruins Assets - Levels(10:14)
  11. Ruins Assets - Levels 2(8:29)
  12. Ruins Assets - Levels 3(8:39)
  13. Ruins Assets - Arches(12:16)
  14. Ruins Assets - Arches 2(3:27)
  15. Ruins Assets - Large Stairs(9:05)
  16. Ruins Assets - Boss Room(20:43)
  17. Ruins Assets - Finishing Up the Level(6:40)
  18. Level Design - Enemies(13:14)
  19. Polishing Gameplay(5:32)
  20. Polishing Gameplay 2(20:04)
  21. Prevent Attack when Enemy Dead(1:21)
  22. Sphere Reflection Capture(3:27)
  23. Post Process Effects(11:16)
  24. Esc to Quit(1:50)
  25. Finishing the Game(10:06)
0 out of 5

0 user ratings

Deleting Course Review

Are you sure? You can't restore this back

Related Courses

Scroll to top