SkillAgentSearch skills...

UnrealEngine5CppTutorials

Unreal Engine 5 C++ YouTube tutorial series

Install / Use

/learn @kaijurgeit/UnrealEngine5CppTutorials
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Unreal Engine 5 C++ Intermediate Tutorial Series

Deviation from Video: Git was initialized in Video 1.3! However, I wanted to provide links to the git commits before.

This game with the working title Fab is a learning resource and associated with the YouTube Playlist: [...].

Getting started

At the state of this commit, the project is based on Unreal Engine 5.3.2. I recommend using this or a newer version, but you can of course try running it with what you already have installed. In order to run the project:

  1. Clone the repository
  2. Open Fab.uproject with Rider, or right-click "Generate Visual Studio project files" -> open with Visual Studio
  3. Build from source
  4. Open Fab.uproject and start developing
git clone https://github.com/kaijurgeit/Fab.git

The Game

Fab is a co-op third-person RPG which aims at teaching gameplay programming, being a tech demonstrator and being fun to play. It employs the Game Ability System and shows how to implement a flexible inventory, combat and skill system as well as non-player character ai based on StateTrees and more to come.

Links to each Video and Commit

4. Unreal Engine 5 C++ | Gameplay Ability System - Step by Step

Video | main

3. Unreal Engine 5 C++ | Git (LFS) and GitHub - Command Line and Rider

Video | 0d044df

2. Unreal Engine 5 C++ | Coding and Debugging with Rider

Video | 4c61ae8

1. Unreal Engine 5 C++ | Starting with a Blank Project

Video | 39f8eee

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated4mo ago
Forks2

Languages

C++

Security Score

77/100

Audited on Nov 18, 2025

No findings