Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBigInt > API/Runtime/Core/Math/TBigInt/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/BigInt.h |
Include | #include "Math/BigInt.h" |
TBigInt
(
int64 Other
)
Remarks
Constructor. Initializes this big int with a 64 bit integer value.
Parameters
Name | Description |
---|---|
Other | The value to set. |