Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

![](https://github.com/tmseldon/UILevelDesignCourse/assets/81703600/02f12d44-0a94-49b0-ae72-a2d89b89b5ee)