Navigation
API > API/Runtime > API/Runtime/Core
Helper struct used to hold 128-bit values, internally represented as two 64-bit integers.
| Name | FInt128 |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAtomics.h |
| Include Path | #include "GenericPlatform/GenericPlatformAtomics.h" |
Syntax
struct FInt128
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| High | int64 | The high part of the 128-bit integer. | GenericPlatform/GenericPlatformAtomics.h | |
| Low | int64 | The low part of the 128-bit integer. | GenericPlatform/GenericPlatformAtomics.h |