Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUInt128
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUInt128 () |
Default constructor. Initializes the number to zero. | Math/Int128.h | |
| Default constructors. | Math/Int128.h | ||
| Math/Int128.h | |||
FUInt128
(
uint64 A |
Constructor. Initializes this uint128 with a uint64 value. | Math/Int128.h | |
FUInt128
(
uint64 A, |
Constructor. Initializes this uint128 with two uint64 values. | Math/Int128.h | |
FUInt128
(
uint32 A, |
Constructor. Initializes this uint128 with four uint32 values. | Math/Int128.h |
FUInt128()
Description
Default constructor. Initializes the number to zero.
| Name | FUInt128 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Int128.h |
| Include Path | #include "Math/Int128.h" |
FUInt128()
FUInt128(const FUInt128 &)
Description
Default constructors.
| Name | FUInt128 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Int128.h |
| Include Path | #include "Math/Int128.h" |
FUInt128
(
const FUInt128 &
)
FUInt128(FUInt128 &&)
| Name | FUInt128 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Int128.h |
| Include Path | #include "Math/Int128.h" |
FUInt128
(
FUInt128 &&
)
FUInt128(uint64)
Description
Constructor. Initializes this uint128 with a uint64 value.
| Name | FUInt128 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Int128.h |
| Include Path | #include "Math/Int128.h" |
FUInt128
(
uint64 A
)
FUInt128(uint64, uint64)
Description
Constructor. Initializes this uint128 with two uint64 values.
| Name | FUInt128 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Int128.h |
| Include Path | #include "Math/Int128.h" |
FUInt128
(
uint64 A,
uint64 B
)
FUInt128(uint32, uint32, uint32, uint32)
Description
Constructor. Initializes this uint128 with four uint32 values.
| Name | FUInt128 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Int128.h |
| Include Path | #include "Math/Int128.h" |
FUInt128
(
uint32 A,
uint32 B,
uint32 C,
uint32 D
)