FInt128

Helper struct used to hold 128-bit values, internally represented as two 64-bit integers.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAtomics.h

Include

#include "GenericPlatform/GenericPlatformAtomics.h"

Syntax

struct FInt128

Remarks

Helper struct used to hold 128-bit values, internally represented as two 64-bit integers.

Variables

Name Description

Public variable

int64

 

High

The high part of the 128-bit integer.

Public variable

int64

 

Low

The low part of the 128-bit integer.

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