Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TBigInt > TBigInt
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/BigInt.h |
Include | #include "Math/BigInt.h" |
TBigInt
&40;
int64 Other
&41;
Remarks
Constructor. Initializes this big int with a 64 bit integer value.
Parameters
Name | Description |
---|---|
Other | The value to set. |