UnrealImGui/Source/ImGui
2018-08-14 20:40:25 +01:00
..
Private Replaced in Texture Manager raw texture pointer with weak object pointer and removed explicit call to IsValidLowLevel. 2018-08-14 20:40:25 +01:00
Public 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
ImGui.Build.cs Added custom property type layout for FImGuiKeyInfo. 2018-07-31 22:09:01 +01:00