A sample Unreal Engine 5.0.1 C++ project that incorporates the Dear ImGui graphical user interface library.
This project was built as part of this 25 minute YouTube tutorial.
- Clone the project to your machine.
- Right-click the
GuiTest.uproject
file and "Generate Visual Studio Files". - Open the project by double-clicking the newly created GuiTest.sln file. (Assumes Visual Studio 2022 is installed.)
- Click the Visual Studio 2022 play button to run the project in Unreal Engine.
- A copy of this UnrealImGui Plugin Fork is included with this repo. (Retrieved on May 15, 2022)
- For more info see this code example.