FUInt128::Set

Initializes this number with a pair of 64 bit integer values.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Int128.h"

Syntax

void Set
(
    uint64 InHi,
    uint64 InLo
)

Remarks

Initializes this number with a pair of 64 bit integer 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