Fyolai Puzzle Game
← Return to Fyolai Puzzle Game
Devlog
- October 19, 2024 by AbyssEclipse#Unreal Engine, #UE5, #Jigsaw Puzzle, #C++As a reminder for those who haven't read my previous devlogs, for this game I am following a UE4 jigsaw puzzle Blueprints tutorial and adapting it parts of it into C++ for practice. (Here's the tutori... Continue reading
- October 19, 2024 by AbyssEclipse#Unreal Engine 5, #C++, #Puzzle, #Jigsaw PuzzleAdding Children to C++ UUserWidget Anyhow, in a past devlog, I talked about adding widgets through C++ using BindWidget. However, this time, I wanted to not only create widget components, but also to... Continue reading
- October 19, 2024 by AbyssEclipse#Unreal Engine 5, #Jigsaw Puzzle, #C++As a reminder for those who haven't read my previous devlogs, for this game I am following a UE4 jigsaw puzzle Blueprints tutorial and adapting it parts of it into C++ for practice. (Here's the tutori... Continue reading
- October 19, 2024 by AbyssEclipse#C++, #Unreal Engine 5, #Jigsaw Puzzle, #PuzzleCreating a UserWidget Constructor At first, I tried to write the C++ version of what the guy was doing with the blueprints using my existing knowledge and by reading the source files and documentation... Continue reading