https://github.com/tmseldon/uileveldesigncourse
[Unreal 5.3] UI Level Design Course - translating pure Blueprints into pure C++ classes
https://github.com/tmseldon/uileveldesigncourse
cplusplus ui ui-design unreal-engine unreal-engine-5
Last synced: about 2 months ago
JSON representation
[Unreal 5.3] UI Level Design Course - translating pure Blueprints into pure C++ classes
- Host: GitHub
- URL: https://github.com/tmseldon/uileveldesigncourse
- Owner: tmseldon
- Created: 2024-01-20T23:17:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:24:28.000Z (about 2 years ago)
- Last Synced: 2025-10-14T13:33:01.013Z (8 months ago)
- Topics: cplusplus, ui, ui-design, unreal-engine, unreal-engine-5
- Language: C++
- Homepage:
- Size: 32.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UI Level Design Course implemented on C++
[Unreal 5.3] UI Level Design Course
This project is the reimplementation of this [Unreal's official course:](https://dev.epicgames.com/community/learning/courses/5L3/unreal-engine-implementing-ui-for-level-design/LEWY/unreal-engine-implementing-ui-for-level-design-overview)
The goal of this project was to train and learn how to implement different aspects of game logic, conditions, UI, and more into C++. Although, some Blueprints logic was implemented as well, this was keep as low as possible. Not all the course was implemented here, just the first part in order to get the core elements implemented.
