LogScript:Warning: Divide by zero: Divide_FloatFloat but am not using divide

Let me add,if your Engine is Release vision, put breakpoint will not work, vs will show “No Symbols have been loaded for this document”
image

We need go to Epic, check “Editor symbols for debugging” and install

Then go to VS, debug->options->debugging->symbols, add the symbol path we installed(maybe “D:\UE_5.0\Engine\Binaries\Win64”)

A healthy breakpoint
image

1 Like