Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:24:28.000Z (9 months ago)
- Last Synced: 2024-11-19T13:43:21.910Z (2 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 CourseThis 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.
![](https://github.com/tmseldon/UILevelDesignCourse/assets/81703600/02f12d44-0a94-49b0-ae72-a2d89b89b5ee)