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 ShiftRight
&40;
const int32 BitCount
&41;
Remarks
Shift right by the specified amount of bits.
Parameters
| Name | Description |
|---|---|
| BitCount | the number of bits to shift. |