UnrealImGui icon indicating copy to clipboard operation
UnrealImGui copied to clipboard

Compile Error - "overflow in constant arithmetic"

Open 2wol opened this issue 7 months ago • 3 comments

Hey,

So, in issue #29 I wrote that I cannot compile the project correctly after adding UnrealImGui to a project created in Unreal Engine 5.4.2.

I'm still getting errors releated to ImPlot "overflow in constant arithmetic"

Steps to reproduce:

  • Create new C++ "First Person Template" Project in Unreal Engine 5.4.2
  • Open Project
  • Close Project
  • Add UnrealImGui into [Project Name]/Plugins/ImGui
  • Open Project (I can't cuz I get error that ImGui needs to be recompiled, and compilation results with errors)
  • Try To Build Manually (Doesn't work either)

Here is video showing what I'm doing step by step: https://www.youtube.com/watch?v=JSbJqWXOcik

2wol avatar Jul 14 '24 13:07 2wol