dtSqrt

Returns the square root of the value.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h

Include

#include "Detour/DetourCommon.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp

Syntax

float dtSqrt
(
    float x
)

Remarks

Returns the square root of the value.

Returns

The square root of the vlaue.

Parameters

Parameter

Description

x

The value.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss