Calculation Issue (Could be int vs int32 issue)

Hi there! You can check this line of code

int32 DistanceToSection =
FMath::Sqrt(((SectionXLocation-PlayerX)(SectionXLocation-PlayerX))+((SectionYLocation-PlayerY)(SectionYLocation-PlayerY)));

Overflow can happen in it.