Page 1 of 1

[2.0.15] Double Parameters for negative number signals

Posted: Sat Nov 09, 2024 9:35 pm
by Intangir_V
I noticed that if you have a negative number in a constant combinator for example (maybe other things)
in the blueprint parameters it shows the value TWICE, once as the signed negative, and a second time as like an unsigned overflow version? is this intended or a bug? seems very confusing if intended, took me a while to even figure out what this weird ghost parameter even was

for example this -100 also shows up as 4294967196

additionally the value fields are rather small and can't display more than 4 digits, but this is manageable since they scroll and can be copy/pasted

Screenshot at 2024-11-09 15-29-33.png
Screenshot at 2024-11-09 15-29-33.png (31.85 KiB) Viewed 394 times
Screenshot at 2024-11-09 15-31-01.png
Screenshot at 2024-11-09 15-31-01.png (197.95 KiB) Viewed 394 times

Re: [2.0.15] Double Parameters for negative number signals

Posted: Sat Nov 09, 2024 10:30 pm
by LCStark
Probably related issue: 635173.

Re: [2.0.15] Double Parameters for negative number signals

Posted: Mon Nov 11, 2024 5:52 pm
by Intangir_V
yep its a dupe of that