segross / UnrealImGui

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

Added dedicated server support #77

Open tdeslandes opened 1 year ago

tdeslandes commented 1 year ago

This commit adds the ability to connect the NetImgui server to an Unreal dedicated server

jonpas commented 1 year ago

Would appreciate this over at https://github.com/IDI-Systems/UnrealImGui. This project doesn't seem to be active so we forked it and are accepting contributions.

sammyfreg commented 1 year ago

I created a pull request in the IDI-Systems fork (net_imgui branch) with this change. The branch was also made up to date with master and I updated the NetImgui Library to latest 1.9 version.

urosidoki commented 10 months ago

Hi.

I tried the changes to make it work with a dedicated server but we had no success. I have seen you still rely on Slate to be running for it, but it seems that Slate is not running in dedicated Server, right?

Am I doing something wrong?

Cheers,

tdeslandes commented 10 months ago

This is the whole point of this PR, the dedicated server doesn't package with Slate so the font and texture are created manually instead of using Slate's.

urosidoki commented 10 months ago

Yeah, but the since the Tick of the FImGuiModuleManager is attached to the Slate, we are not ticking the module manager, right?