Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TBigInt
Type | Name | Description | |
---|---|---|---|
![]() |
TBigInt () |
Default constructor. Initializes the number to zero. | |
![]() |
TBigInt
(
int64 Other |
Constructor. Initializes this big int with a 64 bit integer value. | |
![]() |
TBigInt
(
const uint32* InBits |
Constructor. Initializes this big int with an array of words. | |
![]() |
Constructor. Initializes this big int with a string representing a hex value. | ||
![]() |
TBigInt
(
const uint8* InData, |
Constructor. Initializes this big int with an array of bytes. |