It is in Fmath::Sqrt
static FORCEINLINE float Sqrt( float Value ) { return sqrtf(Value);
Btw it is not in the docs for some reason. Does anyone know why?
It is in Fmath::Sqrt
static FORCEINLINE float Sqrt( float Value ) { return sqrtf(Value);
Btw it is not in the docs for some reason. Does anyone know why?