FUInt128::FUInt128

Constructor. Initializes this uint128 with four uint32 values.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Int128.h

Include

#include "Math/Int128.h"

Syntax

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

Remarks

  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