Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FNumericUnit
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNumericUnit () |
Constructors | Math/UnitConversion.h | |
FNumericUnit
(
const FNumericUnit& Other |
Copy construction/assignment from the same type | Math/UnitConversion.h | |
FNumericUnit
(
const FNumericUnit< OtherType >& Other |
Templated Copy construction/assignment from differing numeric types. | Math/UnitConversion.h | |
FNumericUnit
(
const NumericType& InValue, |
Math/UnitConversion.h |
FNumericUnit()
Description
Constructors
| Name | FNumericUnit |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.h |
| Include Path | #include "Math/UnitConversion.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl |
FNumericUnit()
FNumericUnit(const FNumericUnit &)
Description
Copy construction/assignment from the same type
| Name | FNumericUnit |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.h |
| Include Path | #include "Math/UnitConversion.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl |
FNumericUnit
(
const FNumericUnit & Other
)
FNumericUnit(const FNumericUnit< OtherType > &)
Description
Templated Copy construction/assignment from differing numeric types. Relies on implicit conversion of the two numeric types.
| Name | FNumericUnit |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.h |
| Include Path | #include "Math/UnitConversion.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl |
template<typename OtherType>
FNumericUnit
(
const FNumericUnit < OtherType > & Other
)
FNumericUnit(const NumericType &, EUnit)
| Name | FNumericUnit |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.h |
| Include Path | #include "Math/UnitConversion.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl |
FNumericUnit
(
const NumericType & InValue,
EUnit InUnits
)