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" |
void Set
&40;
int64 Value
&41;
Remarks
Initializes this big int with a 64 bit integer value.
Parameters
| Name | Description |
|---|---|
| Value | The value to set. |