segross / UnrealImGui

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

Multi-Viewport Support? #71

Open CarsonSanders1 opened 2 years ago

CarsonSanders1 commented 2 years ago

Any support for the Multi-Viewport feature? https://github-wiki-see.page/m/ocornut/imgui/wiki/Multi-Viewports

sammyfreg commented 2 years ago

Might not be the answer you were looking for, but the net_imgui branch could allow you to have the Dear ImGui content displayed outside of the game screen, without using the Viewport support itself. The UnrealNetImgui plugin could also allow that, without any Dear ImGui content possible on the game screen however.

Adding Viewport support to Unreal would not be trivial I fear.