IDI-Systems / UnrealImGui

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

Fix ToggleInput keybind issue #21

Closed focusright closed 4 months ago

focusright commented 4 months ago

Issue fixed based on this discussion.

jonpas commented 4 months ago

EnhancedInput is experimental in UE4. Although maybe it is time to drop UE4 support in this project.

focusright commented 4 months ago

EnhancedInput is on by default for UE 5.3, the fix is only meant for that.

jonpas commented 4 months ago

This plugin currently supports engine versions from 4.26 to 5.3. This essentially enables an experimental feature in 4.x, which I am not a fan of.

focusright commented 4 months ago

Perhaps git tags can come to the rescue here?

jonpas commented 4 months ago

I don't particularly want to diverge into UE4 and UE5 versions, it would take a larger community to support that well enough. I will most likely tag the last version that fully supports UE4 and then drop it from that point onwards. This of course does not stop anyone from updating the UE4 version.

focusright commented 4 months ago

That makes sense, thanks.

jonpas commented 4 months ago

Replaced by #22. Thank you anywys!