Using the Dear ImGui free and open-source graphical user interface library within Unreal Engine. This tutorial is specific to Unreal Engine 5.0.1 with ImGui 1.8.7 using the plugin fork linked below. The second video includes a fix to allow ImGui-based UI to be attached to multiple actors.
https://dev.epicgames.com/community/learning/tutorials/WpzV/dear-imgui-ui-in-unreal-engine-5-with-c
1 Like
Thank you for this amazing tutorial!
I did run into an issue while doing this (primarily because I was on UE 5.2.1) and here is the repository I used to fix the errors (as of July 20, 2023): New Repo by IDI-Systems
Another change I did was I added the Public/Private Dependency (found here) before I compiled the project, just as a safety measure, and then I Generated the VS Files.
2 Likes