segross / UnrealImGui

Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 4.
MIT License
666 stars 211 forks source link

Updated Dear Imgui to release 1.84.2 #59

Open rickyviking opened 3 years ago

rickyviking commented 3 years ago

Added imgui_tables.cpp to the implementation (is there a specific reason why you include the files in the source code rather than having Unreal include them in the build?)

ImDrawList Clear() function was replaced by _ResetForNewFrame(). I've just commented that out though as (as you mention in you comment) it's already called by ImGui and apparently that's enough.