segross / UnrealImGui

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

Add imgui widget to EditorViewPort #57

Closed gaotian04 closed 3 years ago

gaotian04 commented 3 years ago

imgui widget can now only be invoked in PIE mode,Is there a way to make it work in editor mode? UGameViewportClient has function AddWidgetToViewport(),but i can not find similar function in FEditorViewportClient image