Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static T Abs
(
const T A |
Computes absolute value in a generic way | GenericPlatform/GenericPlatformMath.h | |
float Abs
(
const float A |
Float specialization | GenericPlatform/GenericPlatformMath.h | |
double Abs
(
const double A |
GenericPlatform/GenericPlatformMath.h |
Abs(const T)
Description
Computes absolute value in a generic way
| Name | Abs |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
template<class T>
static T Abs
(
const T A
)
Abs(const float)
Description
Float specialization
| Name | Abs |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
template<>
float Abs
(
const float A
)
Abs(const double)
| Name | Abs |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
template<>
double Abs
(
const double A
)