IDI-Systems / UnrealImGui

Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 4/5.
MIT License
143 stars 29 forks source link

[Feature Request] More compile time feature flags #20

Open rlabrecque opened 8 months ago

rlabrecque commented 8 months ago

The idea with this is; with other features such as:

It would be really nice to have all of those in a single branch where you could opt in/out of each of them either with a define in your target.cs, or by enabling an additional plugin (like https://github.com/jorgenpt/Hermes does for it's Branch Support), etc.

If something like this is desired I could allocate some time on my team to evaluate this. Would probably focus on getting the ImGui docking branch living next to the regular ImGui and ImPlot, and then figuring out the least painful way to flip between the two without modifying UnrealImGui itself.

jonpas commented 8 months ago

That would be beneficial!