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