This website requires JavaScript.
Explore
Help
Sign In
poret
/
UnrealImGui
Watch
1
Star
0
Fork
0
You've already forked UnrealImGui
mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced
2025-01-18 16:30:32 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d9220ad536
UnrealImGui
/
Source
/
ImGui
/
Public
History
Sebastian
74c794b53e
Fixed hot-reloading issues. Hot-reloading may be useful when developing this plug-in but it doesn't play well with free functions used in ImGui interface (limitation of the system I guess). Switched to a custom GImGui which after hot-reload can be redirected to a new module. This fixes a crash caused by GImGui in obsolete module pointing to released resources and guarantees that ImGui code remains functional.
2018-08-10 23:53:03 +01:00
..
ImGuiDelegates.h
Added interface to register ImGui debug delegates.
2017-10-03 21:16:17 +01:00
ImGuiInputHandler.h
Added custom property type layout for FImGuiKeyInfo.
2018-07-31 22:09:01 +01:00
ImGuiModule.h
Fixed hot-reloading issues. Hot-reloading may be useful when developing this plug-in but it doesn't play well with free functions used in ImGui interface (limitation of the system I guess). Switched to a custom GImGui which after hot-reload can be redirected to a new module. This fixes a crash caused by GImGui in obsolete module pointing to released resources and guarantees that ImGui code remains functional.
2018-08-10 23:53:03 +01:00