Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
constexpr T | Clamp
(
const T X, |
Clamps X to be between Min and Max, inclusive |
![]() ![]() |
auto | Clamp
(
Arg1 X, |
Allow mixing float/double arguments, promoting to highest precision type. |
![]() ![]() |
constexpr float | Clamp
(
const float X, |
Clamps X to be between Min and Max, inclusive. |
![]() ![]() |
constexpr double | Clamp
(
const double X, |
|
![]() ![]() |
constexpr int64 | Clamp
(
const int64 X, |
Clamps X to be between Min and Max, inclusive. Overload to support mixed int64/int32 types. |