FUInt128

Overload list

Windows
MacOS
Linux
Name Description

Public function

FUInt128()

Default constructor. Initializes the number to zero.

Public function

FUInt128

(
    const FUInt128&
)

Default constructors.

Public function

FUInt128

(
    FUInt128&&
)

Public function

FUInt128

(
    uint64 A
)

  1. Initializes this uint128 with a uint64 value.

Public function

FUInt128

(
    uint64 A,
    uint64 B
)

  1. Initializes this uint128 with two uint64 values.

Public function

FUInt128

(
    uint32 A,
    uint32 B,
    uint32 C,
    uint32 D
)

  1. Initializes this uint128 with four uint32 values.

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