/UE5-With-Dear-ImGui

Sample Unreal Engine 5.0.1 C++ Project That Incorporates Dear ImGui

Primary LanguageC++

UE5 With Dear ImGui

A sample Unreal Engine 5.0.1 C++ project that incorporates the Dear ImGui graphical user interface library.

YouTube Tutorial

This project was built as part of this 25 minute YouTube tutorial.

Getting the Project Running

  • 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.

Dependencies and More Information