I Transfer my UE4.26 project to UE5. Then everytime I Run the game,there is a error pops up:
float(single-precision) not match the ReturnValue DoubleProperty.(In UI)
I refresh the returnValue to float,then Error disappeared.
But,the ui’s progressBar-Percent can not bind float(Double-precision) correctly.
Or Is there any detailed documents about the difference between UE4&UE5’s float AND how to set the float type correctly?
Thank you very much!