Hello.
I understand that when we create const functions, we should only call const functions within it. However, I’ve noticed that we call the FVector::Dist()
function which is not const per se, but takes in const parameters. Is that enough to satisfy the compiler requirements?
Cheers.