Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 5.
Go to file
Sebastian 77bb73dbce Added Multi-PIE support:
- Added ImGui Context Manager to create and manage ImGui Context Proxies.
- Changed ImGui Context Proxy to dynamically create context and allow pairing with input state.
- Changed ImGui Module Manager to create one widget per context.
- Changed ImGui Widget to work in different input modes.
- Changed ImGui Input State to allow partial reset (only mouse or keyboard).
2017-08-28 20:29:07 +01:00
Resources Initial commit: 2017-03-17 23:22:13 +00:00
Source Added Multi-PIE support: 2017-08-28 20:29:07 +01:00
.gitignore Initial commit: 2017-03-17 23:22:13 +00:00
ImGui.uplugin Initial commit: 2017-03-17 23:22:13 +00:00
LICENSE Initial commit: 2017-03-17 23:22:13 +00:00
README.md Initial commit: 2017-03-17 23:22:13 +00:00

Unreal Engine plugin integrating Omar Cornut's Dear ImGui framework (https://github.com/ocornut/imgui).