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