Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBigInt
Description
Returns the value of this big int as a 64-bit integer. If the value is greater, the higher bits are truncated.
| Name | ToInt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/BigInt.h |
| Include Path | #include "Math/BigInt.h" |
int64 ToInt() const