Navigation
API > API/Runtime > API/Runtime/Core
Traits class which tests if a type is floating point.
| Name | TIsFloatingPoint |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/IsFloatingPoint.h |
| Include Path | #include "Templates/IsFloatingPoint.h" |
Syntax
template<typename T>
struct TIsFloatingPoint
Struct Specializations
| Name | Remarks |
|---|---|
| TIsFloatingPoint< const T > | |
| TIsFloatingPoint< const volatile T > | |
| TIsFloatingPoint< double > | |
| TIsFloatingPoint< float > | |
| TIsFloatingPoint< long double > | |
| TIsFloatingPoint< volatile T > |
Enums
Public
| Name | Remarks |
|---|---|
| TIsFloatingPoint |