Many of the same warning in log

There are tens of it consequently in the log, and here is the error:

LogPropertyNode:Warning: UI Min (0.001) >= UI Max () for Ranged Numeric

In 4.6.1, what can I do about this? Can you help me identify this or give a solution to get rid of this warning?

Bump anyone knows about this warning?

Bump got this error just now: Bump got this error just now(many more instances):

LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric
LogPropertyNode:Warning: UI Min (0) >= UI Max () for Ranged Numeric

Hi,

I’ve got the same spam of logs so i looked deeper inside the engine.

It shows up when i open any Details windows that defines float value attribute without Min/Max range. Engine tries to check if value is inside range but Max is not defined so it warns.

I think you can just ignore these warning, they are internal checking within the Engine while using the Editor interface and won’t impact your game.

Hope it helps.