TBigInt

Overload list

Windows
MacOS
Linux
Name Description

Public function

TBigInt()

Default constructor. Initializes the number to zero.

Public function

TBigInt

(
    int64 Other
)

  1. Initializes this big int with a 64 bit integer value.

Public function

TBigInt

(
    const uint32* InBits
)

  1. Initializes this big int with an array of words.

Public function

TBigInt

(
    const FString& Value
)

  1. Initializes this big int with a string representing a hex value.

Public function

TBigInt

(
    const uint8* InData,
    uint32 InNumBytes
)

  1. Initializes this big int with an array of bytes.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss